From: Sergey Matveev Date: Fri, 28 Jan 2022 08:20:19 +0000 (+0300) Subject: ggj should autoopen quickfix X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=f5dc61d8646b981e8786667056c0bc05f99dd7b5 ggj should autoopen quickfix --- diff --git a/zsh/.zsh/rc/010grep.zsh b/zsh/.zsh/rc/010grep.zsh index 0302c84..d14c1ff 100644 --- a/zsh/.zsh/rc/010grep.zsh +++ b/zsh/.zsh/rc/010grep.zsh @@ -1,3 +1,3 @@ alias -g G="| grep --colour=always" alias gg="git grep " -alias ggj="git jump grep " +alias ggj="GIT_EDITOR=\"$EDITOR -c copen\" git jump grep "