Remove leader shortcuts for split navigation
This commit is contained in:
parent
972b3a010f
commit
f44d301ad7
1 changed files with 0 additions and 7 deletions
|
@ -20,13 +20,6 @@ imap <F2> <ESC>:w<CR>i
|
|||
" global copy/paste
|
||||
nmap <leader>y "*yy
|
||||
nmap <leader>p "*p
|
||||
|
||||
" split navigation
|
||||
nnoremap <leader>h :wincmd h<CR>
|
||||
nnoremap <leader>j :wincmd j<CR>
|
||||
nnoremap <leader>k :wincmd k<CR>
|
||||
nnoremap <leader>l :wincmd l<CR>
|
||||
nnoremap <leader>r :wincmd r<CR>
|
||||
" }}}
|
||||
" VUNDLE {{{
|
||||
filetype off
|
||||
|
|
Loading…
Add table
Reference in a new issue