mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-23 17:30:24 +00:00
Add replace all alias
This commit is contained in:
parent
8c687e8279
commit
4bdf788091
1 changed files with 2 additions and 0 deletions
|
|
@ -660,6 +660,8 @@ func (h *BufPane) ReplaceCmd(args []string) {
|
|||
|
||||
// ReplaceAllCmd replaces search term all at once
|
||||
func (h *BufPane) ReplaceAllCmd(args []string) {
|
||||
// aliased to Replace command
|
||||
h.ReplaceCmd(append(args, "-a"))
|
||||
}
|
||||
|
||||
// TermCmd opens a terminal in the current view
|
||||
|
|
|
|||
Loading…
Reference in a new issue