We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
esc
<c-i>
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
The text was updated successfully, but these errors were encountered:
fix issue #59
6771abf
18f5bec
Fixed, please have a try.
Sorry, something went wrong.
It work right now, thanks~~
No branches or pull requests
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.os: ubuntu16.04
commit 3e7dc26
test way:
The text was updated successfully, but these errors were encountered: