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
Hi! Thanks for sharing this plugin, I love the concept and it looks really promising! However, I think there is a problem with some (probably unintentional) side effects.
Using the plugin adds spurious entries to the jump list. The effect is evident when launching a search and then interrupting it without jumping nor inserting any character. Ideally, the jump list should be unaltered, but it is not. The problem is the usage inside the plugin of commands that have the unwanted side effect of adding an entry to the jump list.
Moreover, the call to normal! H in the function Aerojump() can cause an annoying scroll of the buffer when starting a search (the effect is prominent e.g. if the user has scrolloff set to a high value, or for people that keep the cursor in the middle of the screen).
The text was updated successfully, but these errors were encountered:
Hi, thanks for your input. If I remember correctly, I made some effort to not clutter the jumpstack, but perhaps that is only the case when you select a match and not abort the search prematurely? I might be able to add an option for folks who like to keep the cursor in the middle of the screen.
Hi! Thanks for sharing this plugin, I love the concept and it looks really promising! However, I think there is a problem with some (probably unintentional) side effects.
Using the plugin adds spurious entries to the jump list. The effect is evident when launching a search and then interrupting it without jumping nor inserting any character. Ideally, the jump list should be unaltered, but it is not. The problem is the usage inside the plugin of commands that have the unwanted side effect of adding an entry to the jump list.
Moreover, the call to
normal! H
in the functionAerojump()
can cause an annoying scroll of the buffer when starting a search (the effect is prominent e.g. if the user hasscrolloff
set to a high value, or for people that keep the cursor in the middle of the screen).The text was updated successfully, but these errors were encountered: