Remove confusing window navigation, as <C-W> and then the direction should be easy enough to remember

This commit is contained in:
David Holland 2020-01-24 02:44:33 +01:00
parent 0277b84784
commit e868a16c58
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 0 additions and 4 deletions

View File

@ -1240,10 +1240,6 @@ nnoremap <silent> <leader>CD :lcd %:p:h<CR>
tnoremap <Esc> <C-\><C-n>
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap <leader>+ <C-W>+
nnoremap <leader>- <C-W>-
nnoremap <leader>< <C-W><