mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-23 09:17:08 +09:00
Update some docs
This commit is contained in:
@@ -1467,3 +1467,7 @@ func (h *BufPane) RemoveAllMultiCursors() bool {
|
||||
h.multiWord = false
|
||||
return true
|
||||
}
|
||||
|
||||
func (h *BufPane) None() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
@@ -510,6 +510,7 @@ var BufKeyActions = map[string]BufKeyAction{
|
||||
"RemoveAllMultiCursors": (*BufPane).RemoveAllMultiCursors,
|
||||
"SkipMultiCursor": (*BufPane).SkipMultiCursor,
|
||||
"JumpToMatchingBrace": (*BufPane).JumpToMatchingBrace,
|
||||
"None": (*BufPane).None,
|
||||
|
||||
// This was changed to InsertNewline but I don't want to break backwards compatibility
|
||||
"InsertEnter": (*BufPane).InsertNewline,
|
||||
|
||||
Reference in New Issue
Block a user