mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 10:57:35 +00:00
Remove HJKL Split Movements
I haven't been using them and <C-j> is used elsewhere
This commit is contained in:
parent
d59459a848
commit
31bb9709e2
@ -102,10 +102,10 @@ nmap <leader>lw :set wrap!<CR>
|
|||||||
filetype on
|
filetype on
|
||||||
|
|
||||||
"Move between splits using Ctrl+hjkl
|
"Move between splits using Ctrl+hjkl
|
||||||
map <C-k> <C-w>k
|
"map <C-k> <C-w>k
|
||||||
map <C-j> <C-w>j
|
"map <C-j> <C-w>j
|
||||||
map <C-l> <C-w>l
|
"map <C-l> <C-w>l
|
||||||
map <C-h> <C-w>h
|
"map <C-h> <C-w>h
|
||||||
|
|
||||||
"map Shift+U to redo
|
"map Shift+U to redo
|
||||||
nnoremap <S-u> <C-r>
|
nnoremap <S-u> <C-r>
|
||||||
|
Loading…
Reference in New Issue
Block a user