mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
Remove mappings for split windows
This commit is contained in:
@@ -121,18 +121,6 @@ inoremap <c-s> <c-o>:Update<CR><ESC>
|
||||
let g:loaded_netrw = 1
|
||||
let g:loaded_netrwPlugin = 1
|
||||
|
||||
" Easily switch between split windows
|
||||
nnoremap <C-h> <C-w>h
|
||||
nnoremap <C-j> <C-w>j
|
||||
nnoremap <C-k> <C-w>k
|
||||
nnoremap <C-l> <C-w>l
|
||||
|
||||
" Easily move split windows
|
||||
" nnoremap <S-H> <C-w>H
|
||||
" nnoremap <S-J> <C-w>J
|
||||
" nnoremap <S-K> <C-w>K
|
||||
" nnoremap <S-L> <C-w>L
|
||||
|
||||
" Opens a split and switches over (\v, \s)
|
||||
nnoremap <leader>v <C-w>v<C-w>l
|
||||
nnoremap <leader>s <C-w>s<C-w>j
|
||||
|
||||
Reference in New Issue
Block a user