Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: folke/flash.nvim

v2.1.0

07 Jul 07:24
@github-actions github-actions
ec0bf28
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.1.0 (2024年07月07日)

Features

  • prompt: add flash.prompt() to get the prompt text (#347) (f226e02)
  • treesitter: opt-out selection of the smallest node with flash.treesitter() by specifying autojump = false (#276) (daa06cd)

Bug Fixes

Assets 2
Loading
hustrjh and iago-lito reacted with rocket emoji
2 people reacted

v2.0.0

05 Jul 14:07
@github-actions github-actions
55c4995
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.0.0 (2024年07月05日)

⚠ BREAKING CHANGES

  • search: flash is now no longer enabled by default during search. Enable it in your config, or use toggle.

Features

  • char: add auto-jump/auto-motion option when using labels, closes #183 (#281) (b14120a)
  • search: flash is now no longer enabled by default during search. Enable it in your config, or use toggle. (2411de6)

Bug Fixes

  • Don't exit in regular search mode when there is no result (#277) (518c047)
  • use real cursors on Neovim >= 0.10. See #345 (7ba2298)
Loading
hustrjh, Jezda1337, Feel-ix-343, sebkolind, pdecat, and dapc11 reacted with thumbs up emoji sebkolind and GianniBYoung reacted with rocket emoji
7 people reacted

v1.18.3

03 May 14:22
@github-actions github-actions
7bb4a9c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

1.18.3 (2024年05月03日)

Bug Fixes

  • hacks: use vim.api.nvim__redraw to fix the cursor instead of ffi. Fixes #333 (1b128ff)
Loading
Jezda1337 and hustrjh reacted with thumbs up emoji
2 people reacted

v1.18.2

17 Oct 08:05
@github-actions github-actions
48817af
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

1.18.2 (2023年10月17日)

Bug Fixes

  • treesitter: show warning when treesitter not available. Fixes #261 (77c66d8)
Loading
Geerayef reacted with heart emoji
1 person reacted

v1.18.1

16 Oct 21:10
@github-actions github-actions
dc14688
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

1.18.1 (2023年10月16日)

Bug Fixes

  • char: allow setting autohide=true for char mode. Fixes #231 (71040c8)
  • jump: send esc when cancelling flash. Fixes #212. Fixes #233 (677eb59)
  • treesitter: include treesitter injections. Fixes #242 (5fe47ba)
  • treesitter: keep treesitter sorting when doing ;,. Fixes #219 (aae8352)
Loading

v1.18.0

05 Oct 14:05
@github-actions github-actions
f219066
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

1.18.0 (2023年10月02日)

Features

  • char: allow disabling clever-f motions. Fixes #245 (bc1f49f)
  • enable multi window in vscode (#230) (65bd3ee)
  • highlight: allow overriding flash cursor hl. Fixes #228 (79d67c6)

Bug Fixes

  • char: disable jump labels when reg recording/executing (#226) (503b0ab)
  • jump: only open folds containing match. Fixes #224. Fixes #225 (a74d31f)
  • search: allow disabling multi window for search. Fixes #198. Fixes #197 (0256d8e)
  • state: use actions instead of opts.actions (30442c8)
Loading

v1.17.3

21 Jul 06:16
@github-actions github-actions
e5a7bd9
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

1.17.3 (2023年07月20日)

Bug Fixes

  • jump: disable operator keymaps when replaying remote. Fixes #165 (9f30d48)
Loading
rockyzhang24 reacted with thumbs up emoji
1 person reacted

v1.17.2

19 Jul 10:07
@github-actions github-actions
ab7b03e
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

1.17.2 (2023年07月18日)

Bug Fixes

  • char: only use c for first search (of count) when current=true (c92ecbf)
  • config: run setup when using flash and it wasn't run yet. Fixes #162 (c81e0d1)
  • state: feed char when incremental and no match. Fixes #57 (925f733)
Loading
dfsnow reacted with rocket emoji
1 person reacted

v1.17.1

16 Jul 08:39
@github-actions github-actions
a83776e
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

1.17.1 (2023年07月16日)

Bug Fixes

  • char: fix current for tT when count=0. Fixes #159 (8604b56)
  • char: never add mappings for mapleader and maplocalleader (6e3dab6)
  • char: never overwrite existing mappings for ; and , (abda6b8)
  • char: reset including current for tT searches. Fixes #152 (9c53dad)
  • highlight: set hl of target to current if it's a single character only. See #158 (47d147b)
  • remote: properly pass register for remote ops. Fixes #156 (34cf6f6)
Loading

v1.17.0

14 Jul 06:56
@github-actions github-actions
610ade9
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

1.17.0 (2023年07月14日)

Features

  • labels: allow disabling reusing labels. Closes #147 (4b73e61)

Bug Fixes

  • char: properly exit op mode when doing esc with ftFT and jump labels (4731cc4)
  • char: set inclusive=false for FT. Fixes #149 (b1af2b7)
  • jump: better way to cancel operator pending mode (4a980ea)
Loading
surmish reacted with thumbs up emoji robsonpeixoto and mikesmithgh reacted with heart emoji luckasRanarison reacted with rocket emoji
4 people reacted
Previous 1 3 4
Previous

AltStyle によって変換されたページ (->オリジナル) /