Skip to content

Commit

Permalink
map Space to page down on vim
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMF committed Oct 14, 2023
1 parent ac3e3d8 commit 95f229f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editors/vim/my_settings/keymap.vim
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ map <F3> :execute "mksession! " . v:this_session<CR>
" mappings for less like behaviour (works with behave msvim)
" page down
map <Space> <PageDown>
map <Space> <C-f>
map f <PageDown>
map <A-n> <PageDown>
" page up
Expand Down

0 comments on commit 95f229f

Please sign in to comment.