customising split resize keys
This commit is contained in:
parent
8e02fdea1e
commit
fa4add0be8
|
@ -26,6 +26,12 @@ Plug 'petertriho/cmp-git'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
" Key remap for resizing split windows
|
||||||
|
nnoremap <C-H> <C-W><C-H>
|
||||||
|
nnoremap <C-J> <C-W><C-J>
|
||||||
|
nnoremap <C-K> <C-W><C-K>
|
||||||
|
nnoremap <C-L> <C-W><C-L>
|
||||||
|
|
||||||
" Set custom glsl extensions
|
" Set custom glsl extensions
|
||||||
autocmd! BufNewFile,BufRead *.effect set ft=glsl
|
autocmd! BufNewFile,BufRead *.effect set ft=glsl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue