aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/binds.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf
index 76457bc4..2247a9d5 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -5,6 +5,8 @@
<C-PgUp> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>
<C-PgDn> = :next-tab<Enter>
+\[t = :prev-tab<Enter>
+\]t = :next-tab<Enter>
<C-t> = :term<Enter>
? = :help keys<Enter>
<C-c> = :prompt 'Quit?' quit<Enter>
@@ -44,6 +46,9 @@ V = :mark -v<Enter>
T = :toggle-threads<Enter>
zc = :fold<Enter>
zo = :unfold<Enter>
+za = :fold -t<Enter>
+zM = :fold -a<Enter>
+zR = :unfold -a<Enter>
<tab> = :fold -t<Enter>
<Enter> = :view<Enter>