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

the plugin doesn't work well with cmdheight = 0 #490

Open
tropical32 opened this issue Oct 5, 2022 · 4 comments
Open

the plugin doesn't work well with cmdheight = 0 #490

tropical32 opened this issue Oct 5, 2022 · 4 comments

Comments

@tropical32
Copy link

Using this command to set the height of the command line to 0 vim.o.ch = 0 in neovim it asks to confirm the selected key by opening a buffer at the bottom and demanding to press ENTER.

Target key:
Press ENTER or type command to continue

I tried to use silent to silence it but to no avail.

nmap <silent>s <Plug>(easymotion-overwin-f2)

<cr> causes the macro to not run at all (returns early).

nmap s <Plug>(easymotion-overwin-f2)<cr>
@kuangliu
Copy link

@dydokamil You can try my fork: https://github.com/kuangliu/vim-easymotion

@BingCoke
Copy link

BingCoke commented Nov 8, 2022

Now I get it.i get same bug and fight with it 1 hour...

@hellomoto177
Copy link

The same :(

@userrand
Copy link

userrand commented Sep 6, 2023

I had the issue with confirmation although maybe not for the same the reason and the code below found on this thread #311 removed the message

let g:EasyMotion_verbose = 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants