mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-18 21:31:00 +00:00
parent
5775b4c05d
commit
036ed7b9ed
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ var bindingActions = map[string]func(*View, bool) bool{
|
|||
"Delete": (*View).Delete,
|
||||
"InsertTab": (*View).InsertTab,
|
||||
"Save": (*View).Save,
|
||||
"SaveAs": (*View).SaveAs,
|
||||
"Find": (*View).Find,
|
||||
"FindNext": (*View).FindNext,
|
||||
"FindPrevious": (*View).FindPrevious,
|
||||
|
|
|
|||
Loading…
Reference in a new issue