removed pageup, pagedown mappings
This commit is contained in:
parent
0fb0d84a8e
commit
1d3bf2c926
2
vimrc
2
vimrc
|
@ -1212,8 +1212,6 @@ nnoremap <Esc>j :resize -5<CR>
|
|||
nnoremap <Esc>k :resize +5<CR>
|
||||
nnoremap <Esc>l :vertical resize +5<CR>
|
||||
nnoremap <Esc>h :vertical resize -5<CR>
|
||||
nnoremap <PageUp> :bprevious<CR>
|
||||
nnoremap <PageDown> :bnext<CR>
|
||||
" alias for :tjump <cword>
|
||||
nnoremap <space>tj g<C-]>
|
||||
" alias for :ptjump <cword>
|
||||
|
|
Loading…
Reference in New Issue