diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-25 21:06:47 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-25 21:06:47 +0530 |
commit | 9cc627459d305a662ec3d56184abdb63ce97572b (patch) | |
tree | 0c01c534bd0eccd9061ddb6664da66e771fafd4f /src/nnn.h | |
parent | d065666205f96cf66c2de6d7b307e68ed97bd774 (diff) | |
download | nnn-9cc627459d305a662ec3d56184abdb63ce97572b.tar.gz |
Rename macro
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, "", "" }, |