Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sometimes g:Lf_CommandMap did not take effect #59

Closed
fcying opened this issue Aug 15, 2017 · 2 comments
Closed

sometimes g:Lf_CommandMap did not take effect #59

fcying opened this issue Aug 15, 2017 · 2 comments
Labels

Comments

@fcying
Copy link
Contributor

fcying commented Aug 15, 2017

I'm useing esc to quit leaderf, <c-i> to switch normal mode, sometimes <c-i> did not take effect.
If I use esc to switch mode work right always.

let g:Lf_CommandMap = {'<C-C>': ['<Esc>'],'<Esc>':['<C-I>']}
let g:Lf_ShortcutF = 'ff'

os: ubuntu16.04
commit 3e7dc26

test way:

open vim
ff
<c-i>
:qa
Yggdroot added a commit that referenced this issue Aug 16, 2017
Yggdroot added a commit that referenced this issue Aug 16, 2017
@Yggdroot
Copy link
Owner

Fixed, please have a try.

@Yggdroot Yggdroot added the bug label Aug 16, 2017
@fcying
Copy link
Contributor Author

fcying commented Aug 17, 2017

It work right now, thanks~~

@fcying fcying closed this as completed Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants