]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vimrc
Move mutt-specific commands to ftdetect
[dotfiles.git] / vim / .vimrc
index ab10103833a82475e7471909ffd379c2593ea820..dd63405d0ac195dedf4f8ed0d32bafe7161dd880 100644 (file)
@@ -33,6 +33,7 @@ set showcmd
 set showmatch
 set listchars=trail:·,tab:>→,nbsp:% ",eol:¶
 set list
+set completeopt-=preview
 
 set cursorline
 set cursorcolumn
@@ -153,6 +154,7 @@ cmap <C-P> <S-Right>
 map Q gq
 map Y y$
 cmap ][ '[,']
+imap <C-b> <C-x><C-o>
 nmap <F2> :set wrap!<CR>:set wrap?<CR>
 nmap <Tab> :buffers<CR>:b<Space>
 nmap <silent> <Home> :registers<CR>