From 318ddd2ca6bcf6c531c6126f8089320741fc72aa Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 30 Sep 2019 06:35:16 +0530 Subject: [PATCH] Remove shortcut Leadq to quit context --- README.md | 1 - src/nnn.c | 1 - 2 files changed, 2 deletions(-) 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