Add default binding for FindLiteral

This commit is contained in:
Zachary Yedidia
2021-07-04 20:00:49 -04:00
parent 005442a4d0
commit 33e064b3b9
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ var bufdefaults = map[string]string{
"Ctrl-o": "OpenFile",
"Ctrl-s": "Save",
"Ctrl-f": "Find",
"Alt-F": "FindLiteral",
"Ctrl-n": "FindNext",
"Ctrl-p": "FindPrevious",
"Ctrl-z": "Undo",

View File

@@ -40,6 +40,7 @@ var bufdefaults = map[string]string{
"Ctrl-o": "OpenFile",
"Ctrl-s": "Save",
"Ctrl-f": "Find",
"Alt-F": "FindLiteral",
"Ctrl-n": "FindNext",
"Ctrl-p": "FindPrevious",
"Ctrl-z": "Undo",