aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorj-james2020-11-15 09:04:57 +0000
committerj-james2020-11-15 09:04:57 +0000
commit7eaf050abcd5d8f94e6a1cb3db44736322e857f3 (patch)
treed306142e8239c5254e68f9df4c07d88a76d14990 /README.md
parent0ba5c5211d96dd53af9d3b47b9a436048de4a3b1 (diff)
Add new tab navigation functionality
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index eb8f518..28e508e 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,11 @@ 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.
+#### 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.
@@ -101,6 +106,7 @@ let g:heresy_copypaste_shortcuts = 1
let g:heresy_undo_shortcuts = 1
let g:heresy_find_shortcuts = 1
let g:heresy_line_shortcuts = 1
+let g:heresy_tab_shortcuts = 1
let g:heresy_pane_shortcuts = 1
let g:heresy_indentation_shortcuts = 1