diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-20 22:33:29 +0300 |
|---|---|---|
| committer | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-20 22:33:29 +0300 |
| commit | ffca76599b02b21ac34e8a2ec598e93653f338f9 (patch) | |
| tree | b9405362b5f6ed086ee09c07905004faa3eb5a57 /internal/atable | |
| parent | 67289708848ff191ff9482bb745980c6c780beaa (diff) | |
Add navigation hotkeys
Diffstat (limited to 'internal/atable')
| -rw-r--r-- | internal/atable/table.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/atable/table.go b/internal/atable/table.go index d6ea99d..8f2b3c0 100644 --- a/internal/atable/table.go +++ b/internal/atable/table.go @@ -97,8 +97,8 @@ func DefaultKeyMap() KeyMap { key.WithHelp("d", "½ page down"), ), GotoTop: key.NewBinding( - key.WithKeys("home", "g"), - key.WithHelp("g/home", "go to start"), + key.WithKeys("home", "g", "0"), + key.WithHelp("g/home/0", "go to start"), ), GotoBottom: key.NewBinding( key.WithKeys("end", "G"), |
