mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-09 16:42:00 -07: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