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 really like easymotion, I've made a remap of leader, leader, 2, f to f (same with F), so it's much better to use that way. The problem is that my screen has 51 lines, and Easymotion takes 100 lines no matter what, and I would like to find a way to lower it to 50
For a better use of "Insearch, Easymotion & Skeak" together:
/ & ? = SEARCH whole file
f & F = GO to word within the range of the screen (e.g. 50)
s & S = GO to the nearest word
Solution
I think that adding a limit like. vim.easymotion.linesSearch: 50 on the settings.json, that is gonna look just in a range of 50 or other number of specific lines, e.g:
f = 50 lines forward, F = 50 lines backward
I don't think is that hard to implement, actually I'm not talking about words, is just the lines that is looking for, we don't have a lighspeed motion, but this one can be improved
The text was updated successfully, but these errors were encountered:
HenryTSZ
added a commit
to HenryTSZ/NVim
that referenced
this issue
Jun 28, 2024
I really like easymotion, I've made a remap of
leader, leader, 2, f
tof
(same with F), so it's much better to use that way. The problem is that my screen has 51 lines, and Easymotion takes 100 lines no matter what, and I would like to find a way to lower it to 50For a better use of "Insearch, Easymotion & Skeak" together:
Solution
I think that adding a limit like.
vim.easymotion.linesSearch: 50
on the settings.json, that is gonna look just in a range of 50 or other number of specific lines, e.g:f = 50 lines forward, F = 50 lines backward
I don't think is that hard to implement, actually I'm not talking about words, is just the lines that is looking for, we don't have a lighspeed motion, but this one can be improved
The text was updated successfully, but these errors were encountered: