mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
unimpaired
This commit is contained in:
parent
dd5e2a9e0f
commit
1317240bb2
2 changed files with 8 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ Bundle 'tpope/vim-repeat'
|
||||||
Bundle 'tpope/vim-surround'
|
Bundle 'tpope/vim-surround'
|
||||||
Bundle 'tpope/vim-endwise'
|
Bundle 'tpope/vim-endwise'
|
||||||
Bundle 'tpope/vim-eunuch'
|
Bundle 'tpope/vim-eunuch'
|
||||||
|
Bundle 'tpope/vim-unimpaired'
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
syntax on
|
syntax on
|
||||||
|
|
|
||||||
7
vimrc
7
vimrc
|
|
@ -110,6 +110,13 @@ map <leader>b :CtrlPBuffer<CR>
|
||||||
map <leader>r :CtrlPTag<CR>
|
map <leader>r :CtrlPTag<CR>
|
||||||
map <leader>p :CtrlP<CR>
|
map <leader>p :CtrlP<CR>
|
||||||
|
|
||||||
|
nmap ( [
|
||||||
|
nmap ) ]
|
||||||
|
omap ( [
|
||||||
|
omap ) ]
|
||||||
|
xmap ( [
|
||||||
|
xmap ) ]
|
||||||
|
|
||||||
"SuperTab options
|
"SuperTab options
|
||||||
let g:SuperTabDefaultCompletionType = "context"
|
let g:SuperTabDefaultCompletionType = "context"
|
||||||
" Complete options (disable preview scratch window)
|
" Complete options (disable preview scratch window)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue