diff options
author | Guangxiong Lin <[email protected]> | 2021-09-05 22:43:07 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-09-05 22:43:07 +0800 |
commit | 4365df49639c686a78993cefd7ff4523b744d44b (patch) | |
tree | d121f70bd70f87d703b542fa3383f17ef0e02e5b | |
parent | a96d4cd2e9a45c1ddfdc8d29342ead72ae1bc616 (diff) | |
download | dotfiles-4365df49639c686a78993cefd7ff4523b744d44b.tar.gz dotfiles-4365df49639c686a78993cefd7ff4523b744d44b.tar.bz2 dotfiles-4365df49639c686a78993cefd7ff4523b744d44b.zip |
Update Leaderf.vim config
-rw-r--r-- | .vim/plugin/leaderf.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/plugin/leaderf.vim b/.vim/plugin/leaderf.vim index 41c1088..babec7e 100644 --- a/.vim/plugin/leaderf.vim +++ b/.vim/plugin/leaderf.vim @@ -4,7 +4,6 @@ let g:Lf_UseCache = 0 let g:Lf_CommandMap = { \ '<C-J>': ['<C-N>'], \ '<C-K>': ['<C-P>'], - \ '<ESC>': ['<C-G>'], \ } let g:Lf_WindowPosition = 'popup' |