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

@@ -435,7 +435,6 @@ var BufKeyActions = map[string]BufKeyAction{
"ToggleHelp": (*BufPane).ToggleHelp,
"ToggleKeyMenu": (*BufPane).ToggleKeyMenu,
"ToggleRuler": (*BufPane).ToggleRuler,
"JumpLine": (*BufPane).JumpLine,
"ClearStatus": (*BufPane).ClearStatus,
"ShellMode": (*BufPane).ShellMode,
"CommandMode": (*BufPane).CommandMode,