tamago324 / LeaderF-filer

📂 LeaderF file explorer
Apache License 2.0
39 stars 5 forks source link

does not pick up <ESC>, <UP> and <DOWN> keys in normal mode #44

Closed einthusan closed 3 years ago

einthusan commented 3 years ago

Not sure why they come in capital letters, but I see that LeaderF has a way to remap these capital case keys to work properly. However, LeaderF-filer does not do this. As a result, on Vim8 on MacOS, once you press Tab and go into Normal mode, you cannot use the up, down or esc keys as intended. I will submit a fix in PR right away for you to look at.

tamago324 commented 3 years ago

How can I reproduce it? Is it possible to provide a minimal vimrc?

einthusan commented 3 years ago

If you don't have MacVim 8.x then maybe you cant. You can reproduce it with absolutely bare vimrc. If you see here, they use capital <TAB>. https://github.com/Yggdroot/LeaderF/blob/master/autoload/leaderf.vim#L307