aboutsummaryrefslogtreecommitdiff
path: root/doc/heresy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/heresy.txt')
-rw-r--r--doc/heresy.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/heresy.txt b/doc/heresy.txt
index 7135bc5..5017388 100644
--- a/doc/heresy.txt
+++ b/doc/heresy.txt
@@ -105,6 +105,11 @@ Finding, replacing
* `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.
@@ -149,6 +154,7 @@ following: >
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