From: Arun Prakash Jana Date: Mon, 30 Sep 2019 01:05:16 +0000 (+0530) Subject: Remove shortcut Leadq to quit context X-Git-Tag: v2.7~40 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=318ddd2ca6bcf6c531c6126f8089320741fc72aa;p=nnn.git Remove shortcut Leadq to quit context --- diff --git a/README.md b/README.md index 0c9aa694..1ae6c19d 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,6 @@ The Leader/Lead key provides a powerful multi-functional navigation mechanism. I | ' | Go to first file in directory | | ~ ` @ - | Visit HOME, `/`, start, last visited dir | | . | Toggle show hidden files | -| q | Quit context | When the filter is on, / works as an additional Leader key. diff --git a/src/nnn.c b/src/nnn.c index c484e578..07c5a3ad 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3790,7 +3790,6 @@ nochange: fd = get_input(NULL); switch (fd) { - case 'q': // fallthrough case '~': // fallthrough case '`': // fallthrough case '-': // fallthrough