m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-13 13:53:47 -05:00

Add backward-eof event for --bind

This commit is contained in:
Junegunn Choi
2020-06-07 23:07:03 +09:00
parent 06d63a862e
commit a7aa08ce07
5 changed files with 40 additions and 5 deletions

View File

@@ -464,6 +464,8 @@ func parseKeyChords(str string, message string) map[int]string {
chord = tui.CtrlRightBracket
case "change":
chord = tui.Change
case "backward-eof":
chord = tui.BackwardEOF
case "alt-enter", "alt-return":
chord = tui.CtrlAltM
case "alt-space":