Added some vim keybindings

This commit is contained in:
Dreaded_X 2018-09-14 00:21:46 +02:00
parent ca14315786
commit dbcd0b84f2
2 changed files with 9 additions and 0 deletions

View File

@ -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

File diff suppressed because one or more lines are too long