diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-20 23:53:25 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-11-20 23:53:25 +0800 |
| commit | 7f16da31ed394add35aeaf806f63c41bda6f8314 (patch) | |
| tree | 2974504adda476b1c709d9afc38f06ae69a2783e | |
| parent | 278343a24befb158afb205e000b709a12bae3937 (diff) | |
Use silent mappings
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index f1bbe22..5f45bea 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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> "}} |
