customising split resize keys

This commit is contained in:
Siina Mashek 2024-11-08 09:28:26 +02:00
parent 8e02fdea1e
commit fa4add0be8

View File

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