aboutsummaryrefslogtreecommitdiff
path: root/doc/novim_mode.txt
diff options
context:
space:
mode:
authorj-james2022-01-18 08:53:21 +0000
committerj-james2022-01-18 09:02:04 +0000
commit0768d8cf9bf589be46d7a5162cb131229d3784bf (patch)
treef11280ca12f6567975dde50cf473a3e199c7b0a6 /doc/novim_mode.txt
parent498a7e77539e44d7bee60c5e5379dafbd98a19e8 (diff)
 Add tab navigation functionalitytabs
Diffstat (limited to 'doc/novim_mode.txt')
-rw-r--r--doc/novim_mode.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/novim_mode.txt b/doc/novim_mode.txt
index e464937..0e69079 100644
--- a/doc/novim_mode.txt
+++ b/doc/novim_mode.txt
@@ -81,6 +81,10 @@ General editor shortcuts
* `ALT+;` or `ALT+c`: Vim command prompt.
* `ALT+o`: Replaces native `CTRL+O` to give one-off Normal Mode commands.
+Tab navigation
+ * `CTRL+T`: Open a new tab.
+ * `CTRL+SHIFT+T`: Cycle through open tabs.
+
Pane controls
* `ALT+ARROW`: Change pane/buffer focus.
* `CTRL+W`: Closes current pane-like thing. Also closes associated
@@ -146,6 +150,7 @@ so you may be able to disable one of the
following: >
let g:novim_mode_use_general_app_shortcuts = 1
+ let g:novim_mode_use_tab_shortcuts = 1
let g:novim_mode_use_pane_controls = 1
let g:novim_mode_use_copypasting = 1
let g:novim_mode_use_indenting = 1