summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-02-16 18:07:41 -0500
committerGitHub <noreply@github.com>2021-02-16 18:07:41 -0500
commitcf14abe37d202a885a4f7eb14348927359aef9fc (patch)
treed54b867ca610cb4598e51f8b388205569477f33c /README.md
parente437b14922c688b1f5bbfcb4d13387564be34be0 (diff)
feature: Add ctrl-w and ctrl-h support in the search (#409)
Ctrl-w deletes one word backwards from the current cursor location. Ctrl-h is just an alias for backspace.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9078bfd5..4388bc97 100644
--- a/README.md
+++ b/README.md
@@ -333,6 +333,8 @@ Use `btm --help` for more information.
| `Ctrl-a` | Skip to the start of the search query |
| `Ctrl-e` | Skip to the end of the search query |
| `Ctrl-u` | Clear the current search query |
+| `Ctrl-w` | Delete a word behind the cursor |
+| `Ctrl-h` | Delete the character behind the cursor |
| `Backspace` | Delete the character behind the cursor |
| `Delete` | Delete the character at the cursor |
| `Alt-c`, `F1` | Toggle matching case |