From 19930e36d5d935040436fd393acf8413edd44387 Mon Sep 17 00:00:00 2001 From: Proctor Date: Wed, 18 Oct 2023 14:23:54 -0500 Subject: [PATCH] NVIM: Update fugitive mappings for a force push --- nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl index 3edcc4e..c3f3cd7 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl @@ -4,6 +4,7 @@ core aniseed.core util dotfiles.util}}) -(nvim.ex.autocmd :FileType :fugitive :nmap : :gp ":Git pull") ;; Determine load time of fugitive +(nvim.ex.autocmd :FileType :fugitive :nmap : :gp ":Git pull") (nvim.ex.autocmd :FileType :fugitive :nmap : :gP ":Git push" ) +(nvim.ex.autocmd :FileType :fugitive :nmap : :gF ":Git push -f" )