diff options
Diffstat (limited to '.vim/plugin')
-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' |