Added vim keybind for pageup and pagedown
This commit is contained in:
parent
bc4814297d
commit
3d4fb5b877
|
@ -36,6 +36,8 @@ nnoremap <silent> <F12> :noh<cr>
|
||||||
nnoremap <F4> :buffers<cr>:buffer<space>
|
nnoremap <F4> :buffers<cr>:buffer<space>
|
||||||
map <silent> <F2> :NERDTreeToggle<cr>
|
map <silent> <F2> :NERDTreeToggle<cr>
|
||||||
map <silent> <F3> :TagbarToggle<cr>
|
map <silent> <F3> :TagbarToggle<cr>
|
||||||
|
nnoremap <S-J> <pagedown>
|
||||||
|
nnoremap <S-K> <pageup>
|
||||||
" map <F5> :!./%<cr>
|
" map <F5> :!./%<cr>
|
||||||
|
|
||||||
" if !empty(glob("./build.gradle"))
|
" if !empty(glob("./build.gradle"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user