You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>']}
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