summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoshua Adams <n7down@gmail.com>2018-09-27 10:58:55 -0600
committerJoshua Adams <n7down@gmail.com>2018-09-27 11:06:23 -0600
commit6198be809290c8e4abd7ef92815d94ea7ef697c6 (patch)
treea528e5b9995500cd3dd0beb436b1e8c7a454adb3
parentb954199e102c5d4c062a3dd8122607bff35f6be5 (diff)
added full screen movement
formating more formatting
-rw-r--r--vim.html.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim.html.markdown b/vim.html.markdown
index d5c4e865..0eb2c37e 100644
--- a/vim.html.markdown
+++ b/vim.html.markdown
@@ -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