Merge pull request #3231 from n7down/vim-fix

[vim/en] Added full screen movement for vim
This commit is contained in:
Divay Prakash 2018-09-30 16:07:46 +05:30 committed by GitHub
commit 981b8be7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,11 @@ specific points in the file, and for fast editing.
k # Move up one line k # Move up one line
l # Move right one character l # Move right one character
Ctrl+B # Move back one full screen
Ctrl+F # Move forward one full screen
Ctrl+D # Move forward 1/2 a screen
Ctrl+U # Move back 1/2 a screen
# Moving within the line # Moving within the line
0 # Move to beginning of line 0 # Move to beginning of line