aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-01-04 00:40:11 +0800
committerjdhao <jdhao@hotmail.com>2022-01-04 00:40:11 +0800
commitb9d1f2ee922161de36e20b4604bab6c85af16d2d (patch)
tree062f970774a8c17074714896e35fd754205f4a7a /core
parentb2959e8acf2b5e78a192bd0a8aaabf36e4c55d61 (diff)
remove two mappings that warn of mapping deprecation
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim2
1 files changed, 0 insertions, 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 <silent> <leader>fg :<C-U>Leaderf rg --no-messages --popup<CR>
" Search vim help files
nnoremap <silent> <leader>fh :<C-U>Leaderf help --popup<CR>
-nnoremap <silent> <leader>h :<C-U>echoerr "Use \<lt>leader>fh instead!"<CR>
" Search tags in current buffer
nnoremap <silent> <leader>ft :<C-U>Leaderf bufTag --popup<CR>
-nnoremap <silent> <leader>t :<C-U>echoerr "Use \<lt>leader>ft instead!"<CR>
" Switch buffers
nnoremap <silent> <leader>fb :<C-U>Leaderf buffer --popup<CR>