aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-02 06:11:03 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-02 06:11:03 +0530
commit8735f1691aa3421c1f4f72e007b4121f54f1e3de (patch)
tree97e65372392b1c5eba0a7ca04c1a25b9eaf34b49 /src/nnn.h
parentd2c7a5a7cbcd7c2a8e0207410cc27fa65e42c14f (diff)
downloadnnn-8735f1691aa3421c1f4f72e007b4121f54f1e3de.tar.gz
Support TAB to cycle contexts
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.h b/src/nnn.h
index c8a2cc9..58a3ab0 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -155,6 +155,7 @@ static struct key bindings[] = {
{ CONTROL('_'), SEL_LEADER, "", "" },
{ '`', SEL_LEADER, "", "" },
/* Cycle contexts in forward direction */
+ { '\t', SEL_CYCLE, "", "" },
{ CONTROL('T'), SEL_CYCLE, "", "" },
/* Mark a path to visit later */
{ 'b', SEL_PIN, "", "" },