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
fix: Exclude targets under the cursor. #83 (#87)
Excluding the cursor is now the default. If someone really wants to
include the cursor, they can probably write a distance function that
turns 0 into 0.1 or something like that.
fix:change windows in multi windows mode only it's necessery (#57)
* fix: call winsaveview with nvim_win_call to avoid switching window cursor
* fix: rename buf_handle and win_handle to be consistent with JumpContext
feat: support match mappings (#51)
* feat: support match mappings
* feat: add testcases for match_mappings
* added farsi mapping
* fix hop vertical
---------
Co-authored-by: mohsen <[email protected]>