Added some vim keybindings
This commit is contained in:
parent
ca14315786
commit
dbcd0b84f2
|
@ -61,6 +61,8 @@ set mouse=a
|
||||||
" DelimitMate
|
" DelimitMate
|
||||||
let delimitMate_expand_cr = 1
|
let delimitMate_expand_cr = 1
|
||||||
|
|
||||||
|
let mapleader = '\'
|
||||||
|
|
||||||
" Keybindings
|
" Keybindings
|
||||||
map <silent> <F2> :NERDTreeToggle<cr>
|
map <silent> <F2> :NERDTreeToggle<cr>
|
||||||
map <silent> <M-h> :TmuxNavigateLeft<cr>
|
map <silent> <M-h> :TmuxNavigateLeft<cr>
|
||||||
|
@ -74,6 +76,9 @@ map <silent> <S-k> 10k
|
||||||
map <silent> <C-b> :Bdelete<cr>
|
map <silent> <C-b> :Bdelete<cr>
|
||||||
map <silent> <F4> :call ToggleQuickfixList()<cr>
|
map <silent> <F4> :call ToggleQuickfixList()<cr>
|
||||||
|
|
||||||
|
map <leader>n :cnext<cr>
|
||||||
|
map <leader>p :cprevious<cr>
|
||||||
|
|
||||||
" Fold in functions
|
" Fold in functions
|
||||||
fu! CustomFoldText()
|
fu! CustomFoldText()
|
||||||
"get first non-blank line
|
"get first non-blank line
|
||||||
|
|
4
zsh/.zcompcache/_AG_OPTS
Normal file
4
zsh/.zcompcache/_AG_OPTS
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user