mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Add replace all alias
This commit is contained in:
@@ -660,6 +660,8 @@ func (h *BufPane) ReplaceCmd(args []string) {
|
|||||||
|
|
||||||
// ReplaceAllCmd replaces search term all at once
|
// ReplaceAllCmd replaces search term all at once
|
||||||
func (h *BufPane) ReplaceAllCmd(args []string) {
|
func (h *BufPane) ReplaceAllCmd(args []string) {
|
||||||
|
// aliased to Replace command
|
||||||
|
h.ReplaceCmd(append(args, "-a"))
|
||||||
}
|
}
|
||||||
|
|
||||||
// TermCmd opens a terminal in the current view
|
// TermCmd opens a terminal in the current view
|
||||||
|
|||||||
Reference in New Issue
Block a user