Vim additional key mappings
This commit is contained in:
parent
7452b50502
commit
eacbfaafd8
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ nnoremap <leader>h <C-W><C-H>
|
|||
nnoremap <leader>j <C-W><C-J>
|
||||
nnoremap <leader>k <C-W><C-K>
|
||||
nnoremap <leader>l <C-W><C-L>
|
||||
nnoremap <C-k> <C-u>
|
||||
nnoremap <C-j> <C-d>
|
||||
|
||||
"ALE Keymaps and options
|
||||
nnoremap <silent> <leader><Space>a a<C-X><C-O>
|
||||
|
|
Loading…
Add table
Reference in a new issue