mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-27 12:32:37 +02:00
Add a few missing keybindings to docs/keybindings/Custom_Keybindings.md
This commit is contained in:
parent
67bb7f62c5
commit
130801dbf6
@ -20,11 +20,15 @@
|
|||||||
| `<pgup>` | Pgup |
|
| `<pgup>` | Pgup |
|
||||||
| `<pgdown>` | Pgdn |
|
| `<pgdown>` | Pgdn |
|
||||||
| `<up>` | ArrowUp |
|
| `<up>` | ArrowUp |
|
||||||
|
| `<s-up>` | ShiftArrowUp |
|
||||||
| `<down>` | ArrowDown |
|
| `<down>` | ArrowDown |
|
||||||
|
| `<s-down>` | ShiftArrowDown |
|
||||||
| `<left>` | ArrowLeft |
|
| `<left>` | ArrowLeft |
|
||||||
| `<right>` | ArrowRight |
|
| `<right>` | ArrowRight |
|
||||||
| `<tab>` | Tab |
|
| `<tab>` | Tab |
|
||||||
|
| `<backtab>` | Backtab |
|
||||||
| `<enter>` | Enter |
|
| `<enter>` | Enter |
|
||||||
|
| `<a-enter>` | AltEnter |
|
||||||
| `<esc>` | Esc |
|
| `<esc>` | Esc |
|
||||||
| `<backspace>` | Backspace |
|
| `<backspace>` | Backspace |
|
||||||
| `<c-space>` | CtrlSpace |
|
| `<c-space>` | CtrlSpace |
|
||||||
|
@ -5,6 +5,9 @@ import (
|
|||||||
"github.com/samber/lo"
|
"github.com/samber/lo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// NOTE: if you make changes to this table, be sure to update
|
||||||
|
// docs/keybindings/Custom_Keybindings.md as well
|
||||||
|
|
||||||
var LabelByKey = map[gocui.Key]string{
|
var LabelByKey = map[gocui.Key]string{
|
||||||
gocui.KeyF1: "<f1>",
|
gocui.KeyF1: "<f1>",
|
||||||
gocui.KeyF2: "<f2>",
|
gocui.KeyF2: "<f2>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user