From f65f7ffb3f15db3bfe9ba65d8c2a95e0b0b6e6ef Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 22 Apr 2021 17:28:49 +0530 Subject: [PATCH] fish: Improve the alias to only have the fugitive buffer --- fish/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 228d6d3..61d762c 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -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'