From bfeee39b5d05c2a3ef9c04720fefbe27b8889f77 Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 30 Jul 2024 20:38:25 -0600 Subject: [PATCH] explicit instead of localmapleader --- vim/rc.d/35.utility-quick-command.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/rc.d/35.utility-quick-command.vim b/vim/rc.d/35.utility-quick-command.vim index d22608f..f7f65e3 100644 --- a/vim/rc.d/35.utility-quick-command.vim +++ b/vim/rc.d/35.utility-quick-command.vim @@ -67,4 +67,4 @@ endfunction nnoremap t :call QuickCommand() nnoremap gst :call QuickCommandSetGlobal() -"nnoremap t :call QuickCommandReset() +nnoremap t :call QuickCommandReset()