m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-12-07 09:44:07 -05:00

Fix bug preventing 'ctrl-h' from being bound to an action

Fix #4556
This commit is contained in:
Junegunn Choi
2025-10-15 12:16:09 +09:00
parent 8cdfb23df6
commit a0cabe021d
4 changed files with 68 additions and 73 deletions

View File

@@ -43,7 +43,7 @@ const (
CtrlE
CtrlF
CtrlG
CtrlH
CtrlBackspace
Tab
CtrlJ
CtrlK
@@ -137,7 +137,6 @@ const (
CtrlRight
CtrlHome
CtrlEnd
CtrlBackspace
CtrlDelete
CtrlPageUp
CtrlPageDown