removed pageup, pagedown mappings

This commit is contained in:
ManjaroOne666 2019-04-02 19:37:21 +01:00
parent 0fb0d84a8e
commit 1d3bf2c926
1 changed files with 0 additions and 2 deletions

2
vimrc
View File

@ -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>