mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Add shell command support
This commit is contained in:
@@ -261,7 +261,6 @@ var BufKeyActions = map[string]BufKeyAction{
|
||||
"ParagraphPrevious": (*BufHandler).ParagraphPrevious,
|
||||
"ParagraphNext": (*BufHandler).ParagraphNext,
|
||||
"InsertNewline": (*BufHandler).InsertNewline,
|
||||
"InsertSpace": (*BufHandler).InsertSpace,
|
||||
"Backspace": (*BufHandler).Backspace,
|
||||
"Delete": (*BufHandler).Delete,
|
||||
"InsertTab": (*BufHandler).InsertTab,
|
||||
@@ -370,7 +369,6 @@ var MultiActions = []string{
|
||||
"ParagraphPrevious",
|
||||
"ParagraphNext",
|
||||
"InsertNewline",
|
||||
"InsertSpace",
|
||||
"Backspace",
|
||||
"Delete",
|
||||
"InsertTab",
|
||||
|
||||
Reference in New Issue
Block a user