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

View file

@ -43,6 +43,7 @@ Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-eunuch'
Bundle 'tpope/vim-unimpaired'
filetype plugin indent on
syntax on

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)