mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-14 06:13:47 -05:00
Add key name "bspace" for --bind (bspace != ctrl-h)
This commit is contained in:
@@ -293,6 +293,8 @@ func parseKeyChords(str string, message string, bind bool) []int {
|
||||
chord = curses.CtrlM
|
||||
case "space":
|
||||
chord = curses.AltZ + int(' ')
|
||||
case "bspace":
|
||||
chord = curses.BSpace
|
||||
case "tab":
|
||||
chord = curses.Tab
|
||||
case "btab":
|
||||
|
||||
Reference in New Issue
Block a user