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
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>
The text was updated successfully, but these errors were encountered:
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.I tried to use
silent
to silence it but to no avail.<cr> causes the macro to not run at all (returns early).
The text was updated successfully, but these errors were encountered: