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