unimpaired

This commit is contained in:
Loic Nageleisen 2015-10-13 15:51:10 +02:00
parent dd5e2a9e0f
commit 1317240bb2
2 changed files with 8 additions and 0 deletions

7
vimrc
View file

@ -110,6 +110,13 @@ map <leader>b :CtrlPBuffer<CR>
map <leader>r :CtrlPTag<CR>
map <leader>p :CtrlP<CR>
nmap ( [
nmap ) ]
omap ( [
omap ) ]
xmap ( [
xmap ) ]
"SuperTab options
let g:SuperTabDefaultCompletionType = "context"
" Complete options (disable preview scratch window)