diff options
author | Pascal Kuthe | 2022-10-01 17:35:49 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-10-11 03:25:28 +0000 |
commit | 1a87cbd5082f410aee362a274edcc817bfb9f34a (patch) | |
tree | 88be65aefbbfdb7a837c6f432f8cbadb8d5c105b /book | |
parent | 7af599e0af964d1ea9d3e454782ac5d977f1621f (diff) |
remove filterting with C-space from picker
Diffstat (limited to 'book')
-rw-r--r-- | book/src/keymap.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 85110634..9bc1c31e 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -391,7 +391,6 @@ Keys to use within picker. Remapping currently not supported. | `PageDown`, `Ctrl-d` | Page down | | `Home` | Go to first entry | | `End` | Go to last entry | -| `Ctrl-space` | Filter options | | `Enter` | Open selected | | `Ctrl-s` | Open horizontally | | `Ctrl-v` | Open vertically | |