I would like to use easy-motion inside a terminal mode inside vim (not neovim)
Steps to reproduce:
Start terminal mode using :term
Get something to easymotion to eg. ls -la
Enter normal mode using CTRL-\ CTRL-N
Trigger easy motion
I get this error:
Cannot make a terminal with
running job modifiable: modifiable
Error detected while processing function EasyMotion#overwin#w[1]..EasyMotion#overwin#move[1]..<SNR>64_move[2]..20[1]..21[7]..24[20]..28[2]..34[26]..<SNR>64_throw:
line 1:
E605: Exception not caught: vital: HitAHint.Motion: function EasyMotion#overwin#w[1]..EasyMotion#overwin#move[1]..<SNR>64_move[2]..20[1]..21[7]..24[20]..28[2]..34, line 15 V
im(for):E716: Key not present in Dictionary: 1
I'm using vim version version 8.1.2269
It works as expected on a neovim v0.4.3
I would like to use easy-motion inside a terminal mode inside vim (not neovim)
Steps to reproduce: Start terminal mode using
:term
Get something to easymotion to eg.ls -la
Enter normal mode usingCTRL-\ CTRL-N
Trigger easy motionI get this error:
I'm using vim version version 8.1.2269 It works as expected on a neovim v0.4.3