mirror of
https://github.com/junegunn/fzf
synced 2026-07-31 18:21:42 +00:00
@@ -472,6 +472,8 @@ func parseKeyChords(str string, message string) map[int]string {
|
||||
chord = tui.Home
|
||||
case "end":
|
||||
chord = tui.End
|
||||
case "insert":
|
||||
chord = tui.Insert
|
||||
case "pgup", "page-up":
|
||||
chord = tui.PgUp
|
||||
case "pgdn", "page-down":
|
||||
|
||||
Reference in New Issue
Block a user