public
Description: My personal dotfiles for vim, powershell, bash and other tools
Homepage: http://winterdom.com/weblog/
Clone URL: git://github.com/tomasr/dotfiles.git
dotfiles / _vimperatorrc
100644 13 lines (11 sloc) 0.297 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
" display the menu, but not the toolbar
set guioptions=m
" when completing a URL, search first for history, then bookmarks
set complete=hbs
" highlight searches
set hlsearch
" undo stupid changes to backspace key
map <BS> <Esc>:back<cr>
map <S-BS> <Esc>:forward<cr>
" disable bell
set visualbell