1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Use silent mappings

This commit is contained in:
jdhao 2019-11-20 23:53:25 +08:00
parent 278343a24b
commit 7f16da31ed

View File

@ -452,7 +452,7 @@ nmap g# <Plug>(asterisk-gz#)<Plug>(is-nohl-1)
"""""""""""""""""""""""""""""LeaderF settings"""""""""""""""""""""
" Search files in popup window
nnoremap <leader>f :Leaderf file --popup<CR>
nnoremap <silent> <leader>f :Leaderf file --popup<CR>
"}}