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

swapping mapping of <Tab> and <CR> doesn't work in commandmap #192

Closed
ghost opened this issue Jul 26, 2018 · 0 comments
Closed

swapping mapping of <Tab> and <CR> doesn't work in commandmap #192

ghost opened this issue Jul 26, 2018 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Jul 26, 2018

Hello,

I want <TAB> to accept selection and <CR> to enter normal mode. However, doing the following doesn't work:
let g:Lf_CommandMap = {'<CR>': ['<Tab>'],'<Tab>': ['<CR>', '<ESC>'],'<F5>': ['<C-G>']}

In this case, <CR> stops working

@Yggdroot Yggdroot added the bug label Jul 26, 2018
Yggdroot added a commit that referenced this issue Jul 26, 2018
@ghost ghost closed this as completed Jul 27, 2018
This issue was closed.
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

1 participant