Rework changing pane titles.
[profile.git] / .vimperatorrc.local
1 " Show scrollbars and address bar.
2 set guioptions=bmr
3 " On Mac there is no menu bar.  The icons are in the toolbar.
4 execute "set guioptions+=" + ((/Mac OS X/.test(navigator.userAgent)) ? "T" :"")
5
6 " Highlight search results.
7 set hlsearch
8
9 " Use d/u without Control for up and down.
10 noremap d <C-d>
11 noremap u <C-u>
12
13 " Show jumplist.
14 noremap J :jumps<CR>