aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorj-james2020-11-15 09:12:11 +0000
committerj-james2020-11-15 09:12:11 +0000
commitbfd3af815521f43fed4f51d032c0e2937085ca99 (patch)
tree1bd44e988c425210fad3b97f9da5a993929c74dc /README.md
parent8f087f7d8b5490d96baacabbb62ac57354a3ca24 (diff)
Create vim-plug shortcuts
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 28e508e..c7ffb74 100644
--- a/README.md
+++ b/README.md
@@ -66,14 +66,17 @@ One further common problem is that `tmux` can change key combination behaviour,
* `F3` and `SHIFT+F3`: Find next and previous occurences.
* `CTRL+H`: Find and replace. `[FIND]` and `[REPLACE]` are prepopulated.
+#### Undoing
+ * `CTRL+Z` or `CTRL+U`: Undo.
+ * `CTRL+Y`: Redo.
+
#### Tab navigation
* `CTRL+T`: Open a new tab.
* `CTRL+TAB`: Cycle to the next tab.
* `CTRL+SHIFT+T`: Cycle to the previous tab.
-#### Undoing
- * `CTRL+Z` or `CTRL+U`: Undo.
- * `CTRL+Y`: Redo.
+#### Plugin updating
+ * `CTRL+U`: Update installed plugins
#### Other text manipulation tricks
* `CTRL+LEFT/RIGHT`: Move cursor per word (works in selection as well).