Skip to content

Tags: smoka7/hop.nvim

Tags

v2.7.2

Toggle v2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: set the extmarks columns to a smaller value than line length (#82)

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: respect case_insensitive (#76)

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add windows-list to allow custom window candidates (#70)

* feat: add windows-list to allow custom window candidates

* fix: always check focusable window

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
smoka7 mohsen
fix: Inform user when hop isn't initialized

closes #63

v2.5.0

Toggle v2.5.0's commit message
feat: Make virtual cursor configurable

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't checkout mappings when they're not loaded (#56)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
smoka7 mohsen
fix: don't disable multi windows for terminal mode

fixes #49