diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/configuration/advanced-key-binding.md | 1 | ||||
| -rw-r--r-- | docs/docs/configuration/key-binding.md | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/docs/configuration/advanced-key-binding.md b/docs/docs/configuration/advanced-key-binding.md index 7f73b5d6..21cf35c6 100644 --- a/docs/docs/configuration/advanced-key-binding.md +++ b/docs/docs/configuration/advanced-key-binding.md @@ -201,6 +201,7 @@ Note: `select-next` and `select-previous` respect the `invert` setting. When `in | `return-query` | Close the TUI and return the current search query | | `copy` | Copy the selected entry to the clipboard | | `delete` | Delete the selected entry from history | +| `delete-all` | Delete **all** history entries matching the selected command text | | `exit` | Exit the TUI (behavior depends on the `exit_mode` setting) | | `redraw` | Redraw the screen | | `cycle-filter-mode` | Cycle through filter modes (global, host, session, directory) | diff --git a/docs/docs/configuration/key-binding.md b/docs/docs/configuration/key-binding.md index 942a2400..47f24cd4 100644 --- a/docs/docs/configuration/key-binding.md +++ b/docs/docs/configuration/key-binding.md @@ -227,6 +227,8 @@ $env.config = ( | page up | Scroll search results one page up | | ↓ (with no entry selected) | Return original or return query depending on [settings](config.md#exit_mode) | | ↓ | Select the next item on the list | +| ctrl + a, d | Delete the selected history entry | +| ctrl + a, D | Delete **all** history entries matching the selected command | | ctrl + a, c | Switch to the context of the currently selected command / return to default | |
