diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-04 00:40:11 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-04 00:40:11 +0800 |
| commit | b9d1f2ee922161de36e20b4604bab6c85af16d2d (patch) | |
| tree | 062f970774a8c17074714896e35fd754205f4a7a /core/plugins.vim | |
| parent | b2959e8acf2b5e78a192bd0a8aaabf36e4c55d61 (diff) | |
remove two mappings that warn of mapping deprecation
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
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> |
