Add replace all alias

This commit is contained in:
Zachary Yedidia
2019-01-19 15:53:02 -05:00
parent 8c687e8279
commit 4bdf788091

View File

@@ -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