Skip to content

Commit

Permalink
Fix #7243
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 21, 2024
1 parent 3c4db20 commit 11882ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tui/readline/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func default_shortcuts() *ShortcutMap {
if _default_shortcuts == nil {
sm := shortcuts.New[Action]()
sm.AddOrPanic(ActionBackspace, "backspace")
sm.AddOrPanic(ActionBackspace, "shift+backspace")
sm.AddOrPanic(ActionBackspace, "ctrl+h")
sm.AddOrPanic(ActionDelete, "delete")

Expand Down

0 comments on commit 11882ae

Please sign in to comment.