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

added full screen movement

formating

more formatting
This commit is contained in:
Joshua Adams
2018-09-27 10:58:55 -06:00
parent b954199e10
commit 6198be8092

View File

@@ -34,6 +34,11 @@ specific points in the file, and for fast editing.
k # Move up one line
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
0 # Move to beginning of line