aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-25 21:06:47 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-25 21:06:47 +0530
commit9cc627459d305a662ec3d56184abdb63ce97572b (patch)
tree0c01c534bd0eccd9061ddb6664da66e771fafd4f /src/nnn.h
parentd065666205f96cf66c2de6d7b307e68ed97bd774 (diff)
downloadnnn-9cc627459d305a662ec3d56184abdb63ce97572b.tar.gz
Rename macro
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.h b/src/nnn.h
index e7a4d24..6802167 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -84,7 +84,7 @@ enum action {
SEL_RUNARG,
SEL_LOCK,
SEL_QUITCTX,
- SEL_CDQUIT,
+ SEL_QUITCD,
SEL_QUIT,
};
@@ -232,7 +232,7 @@ static struct key bindings[] = {
/* Quit a context */
{ 'q', SEL_QUITCTX, "", "" },
/* Change dir on quit */
- { CONTROL('G'), SEL_CDQUIT, "", "" },
+ { CONTROL('G'), SEL_QUITCD, "", "" },
/* Quit */
{ 'Q', SEL_QUIT, "", "" },
{ CONTROL('Q'), SEL_QUIT, "", "" },