Skip to content

Commit

Permalink
Fix next char delete key documentation for prompt (helix-editor#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ath3 authored Nov 28, 2021
1 parent 4ec20ea commit 3b2b734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Keys to use within prompt, Remapping currently not supported.
| `Ctrl-u` | Delete to start of line |
| `Ctrl-k` | Delete to end of line |
| `backspace`, `Ctrl-h` | Delete previous char |
| `delete`, `Ctrl-d` | Delete previous char |
| `delete`, `Ctrl-d` | Delete next char |
| `Ctrl-s` | Insert a word under doc cursor, may be changed to Ctrl-r Ctrl-w later |
| `Ctrl-p`, `Up` | Select previous history |
| `Ctrl-n`, `Down` | Select next history |
Expand Down

0 comments on commit 3b2b734

Please sign in to comment.