Add goto command

This commit is contained in:
Zachary Yedidia
2019-08-03 16:07:16 -07:00
parent fc4811c1ab
commit e18f6f832f
4 changed files with 37 additions and 7 deletions

View File

@@ -451,7 +451,7 @@ func DefaultBindings() map[string]string {
"CtrlG": "ToggleHelp",
"Alt-g": "ToggleKeyMenu",
"CtrlR": "ToggleRuler",
"CtrlL": "JumpLine",
"CtrlL": "command-edit:goto ",
"Delete": "Delete",
"CtrlB": "ShellMode",
"CtrlQ": "Quit",