mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 00:31:39 +03:00
Merge pull request #3231 from n7down/vim-fix
[vim/en] Added full screen movement for vim
This commit is contained in:
commit
981b8be7f0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user