From aa59abdc6338d4845e8b30c0802eb332b7859aec Mon Sep 17 00:00:00 2001 From: Proctor Date: Thu, 6 Oct 2022 15:59:58 -0500 Subject: [PATCH] update fugitive key mapping --- nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl index 747ac4f..3edcc4e 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl @@ -4,5 +4,6 @@ core aniseed.core util dotfiles.util}}) -(nvim.ex.autocmd :FileType :fugitive :nmap :gp ":Git pull") -(nvim.ex.autocmd :FileType :fugitive :nmap :gP (.. ":Git push origin " (nvim.fn.FugitiveHead) "")) +(nvim.ex.autocmd :FileType :fugitive :nmap : :gp ":Git pull") +;; Determine load time of fugitive +(nvim.ex.autocmd :FileType :fugitive :nmap : :gP ":Git push" )