diff options
author | 2019-09-30 06:35:16 +0530 | |
---|---|---|
committer | 2019-09-30 06:35:16 +0530 | |
commit | 318ddd2ca6bcf6c531c6126f8089320741fc72aa (patch) | |
tree | e2648a6448bb7ab9fe308699d6a7c61ee79bb2a8 /src | |
parent | b340ecc257ec630c589d5e4f5a272c36903eb746 (diff) | |
download | nnn-318ddd2ca6bcf6c531c6126f8089320741fc72aa.tar.gz |
Remove shortcut Leadq to quit context
Diffstat (limited to 'src')
-rw-r--r-- | src/nnn.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3790,7 +3790,6 @@ nochange: fd = get_input(NULL); switch (fd) { - case 'q': // fallthrough case '~': // fallthrough case '`': // fallthrough case '-': // fallthrough |