diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-19 18:22:30 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-20 17:33:54 +0530 |
commit | 01c1ef6e58c195821ff9ccb9489bd99a9101b0ec (patch) | |
tree | 32b5350310cd42b1f7256f4b3654ddeb01aa3cd1 /config.def.h | |
parent | afa05409348fd3aa50ea9f491300ca00efb35c8d (diff) | |
download | nnn-01c1ef6e58c195821ff9ccb9489bd99a9101b0ec.tar.gz |
Support cd on quit
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 2acdae9..e2812e2 100644 --- a/config.def.h +++ b/config.def.h @@ -25,6 +25,7 @@ struct assoc assocs[] = { struct key bindings[] = { /* Quit */ { 'q', SEL_QUIT, "", "" }, + { 'Q', SEL_CDQUIT, "", "" }, /* Back */ { KEY_BACKSPACE, SEL_BACK, "", "" }, { KEY_LEFT, SEL_BACK, "", "" }, |