1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 12:10:52 +02:00

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

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