]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/010grep.zsh
ggj should autoopen quickfix
[dotfiles.git] / zsh / .zsh / rc / 010grep.zsh
1 alias -g G="| grep --colour=always"
2 alias gg="git grep "
3 alias ggj="GIT_EDITOR=\"$EDITOR -c copen\" git jump grep "