Add a few missing keybindings to docs/keybindings/Custom_Keybindings.md

This commit is contained in:
Stefan Haller 2025-02-16 17:07:18 +01:00
parent 67bb7f62c5
commit 130801dbf6
2 changed files with 7 additions and 0 deletions

View file

@ -20,11 +20,15 @@
| `<pgup>` | Pgup |
| `<pgdown>` | Pgdn |
| `<up>` | ArrowUp |
| `<s-up>` | ShiftArrowUp |
| `<down>` | ArrowDown |
| `<s-down>` | ShiftArrowDown |
| `<left>` | ArrowLeft |
| `<right>` | ArrowRight |
| `<tab>` | Tab |
| `<backtab>` | Backtab |
| `<enter>` | Enter |
| `<a-enter>` | AltEnter |
| `<esc>` | Esc |
| `<backspace>` | Backspace |
| `<c-space>` | CtrlSpace |