fish: Improve the alias to only have the fugitive buffer

This commit is contained in:
Sanchayan Maity 2021-04-22 17:28:49 +05:30
parent baa70ee678
commit f65f7ffb3f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ alias vg="vgrep"
alias vs="vgrep -s"
# Open fugitive with nvim directly
alias gn="nvim -c Git"
alias gn="nvim +Git +only"
# Branch (b)
alias gb='git branch'