From 8735f1691aa3421c1f4f72e007b4121f54f1e3de Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 2 Dec 2018 06:11:03 +0530 Subject: Support TAB to cycle contexts --- src/nnn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nnn.h') 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, "", "" }, -- cgit v1.2.3-70-g09d2