mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
readline: add alt+arrow to move by word default binding. Common on macOS
This commit is contained in:
@@ -41,7 +41,9 @@ func default_shortcuts() *ShortcutMap {
|
||||
|
||||
sm.AddOrPanic(ActionMoveToEndOfWord, "alt+f")
|
||||
sm.AddOrPanic(ActionMoveToEndOfWord, "ctrl+right")
|
||||
sm.AddOrPanic(ActionMoveToEndOfWord, "alt+right")
|
||||
sm.AddOrPanic(ActionMoveToStartOfWord, "ctrl+left")
|
||||
sm.AddOrPanic(ActionMoveToStartOfWord, "alt+left")
|
||||
sm.AddOrPanic(ActionMoveToStartOfWord, "alt+b")
|
||||
|
||||
sm.AddOrPanic(ActionCursorLeft, "left")
|
||||
|
||||
Reference in New Issue
Block a user