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
Now there's g:ag.last, one can compare search args to decide if search is the same. if g:ag.count grows or shrink, just remember cursor position on search results. If it is on context line position can be loose (just move to search match). Remember to open/closed searches.
map to +/ -
The text was updated successfully, but these errors were encountered:
Now there's
g:ag.last
, one can compare search args to decide if search is the same. ifg:ag.count
grows or shrink, just remember cursor position on search results. If it is on context line position can be loose (just move to search match). Remember to open/closed searches.map to
+
/-
The text was updated successfully, but these errors were encountered: