README.md | 1 -
src/nnn.c | 1 -
diff --git a/README.md b/README.md
index 0c9aa694497a5081e78cfa5d62c9b555b298b688..1ae6c19daf39b755756bcfac6ad7e701a801cf4b 100644
--- a/README.md
+++ b/README.md
@@ -277,7 +277,6 @@ | key | Go to bookmarked location |
| ' | 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 c484e578306bb931ef5ae2b4ed291bb759cf2e8a..07c5a3ad63dd43bce6843e416bfe5edcfc052ca3 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3790,7 +3790,6 @@ else
fd = get_input(NULL);
switch (fd) {
- case 'q': // fallthrough
case '~': // fallthrough
case '`': // fallthrough
case '-': // fallthrough