From b9d1f2ee922161de36e20b4604bab6c85af16d2d Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 4 Jan 2022 00:40:11 +0800 Subject: [PATCH] remove two mappings that warn of mapping deprecation --- core/plugins.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/plugins.vim b/core/plugins.vim index f249bfd..62a702d 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -96,11 +96,9 @@ nnoremap fg :Leaderf rg --no-messages --popup " Search vim help files nnoremap fh :Leaderf help --popup -nnoremap h :echoerr "Use \leader>fh instead!" " Search tags in current buffer nnoremap ft :Leaderf bufTag --popup -nnoremap t :echoerr "Use \leader>ft instead!" " Switch buffers nnoremap fb :Leaderf buffer --popup