diff options
Diffstat (limited to 'config/binds.go')
-rw-r--r-- | config/binds.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.go b/config/binds.go index 79369247..55814cd2 100644 --- a/config/binds.go +++ b/config/binds.go @@ -442,6 +442,7 @@ var keyNames = map[string]KeyStroke{ "end": {tcell.ModNone, tcell.KeyEnd, 0}, "insert": {tcell.ModNone, tcell.KeyInsert, 0}, "delete": {tcell.ModNone, tcell.KeyDelete, 0}, + "backspace": {tcell.ModNone, tcell.KeyBackspace2, 0}, "help": {tcell.ModNone, tcell.KeyHelp, 0}, "exit": {tcell.ModNone, tcell.KeyExit, 0}, "clear": {tcell.ModNone, tcell.KeyClear, 0}, |