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