From a8ae1c7fbe460361a7122911897e3f4efd733a29 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 16 Oct 2021 23:05:01 +0800 Subject: [PATCH] Add warning for deprecated mappings --- core/plugins.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/plugins.vim b/core/plugins.vim index a73cf37..6ab7535 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -119,9 +119,11 @@ nnoremap fg :Leaderf rg --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