mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Move cursor to end of input when traversing history list
This commit is contained in:
@@ -43,6 +43,7 @@ type Action uint
|
||||
|
||||
const (
|
||||
ActionNil Action = iota
|
||||
ActionIgnored
|
||||
ActionBackspace
|
||||
ActionDelete
|
||||
ActionMoveToStartOfLine
|
||||
|
||||
Reference in New Issue
Block a user