kakoune/rc/tools
Johannes Altmanninger c81266d4f6 jump{,-next,-previous} cmds to navigate any grep-like buffer
`grep-next-match` works only on the `*grep*` buffer so it can't be used
on buffers that were preserved by renaming or on other grep-flavored
buffers created by 3rd party plugins kakoune-find and kakoune-lsp,
like `*find*` and `*references*`.

Let's generalize `grep-next-match` with a `jump-next` command that
takes a buffer argument.

This renames some options but I think they're not commonly used.
kakoune-lsp is an exception that uses grep_current_line but it's no big
deal, things will fail loud and early if options are missing.

Since grep.kak and friends now depend on jump.kak, move the jumpclient
declaration there as well.
2024-03-06 08:04:35 +11:00
..
go Adjust regex in gopls-def for when filepath contains a dash 2022-11-15 10:10:24 +01:00
python Fix jedi off-by-one and refactor jedi 2021-05-04 20:57:13 +02:00
rust simplify rust completion to match generic Kakoune completions 2019-05-17 20:00:40 +03:00
autorestore.asciidoc Update plugin docs to not duplicate docstring information. 2020-09-03 17:18:19 +10:00
autorestore.kak rc autorestore: fix regression due to ! breaking change 2022-04-28 19:32:24 +02:00
autowrap.kak Make x just select the full lines 2022-07-05 08:43:40 +10:00
clang.kak jump{,-next,-previous} cmds to navigate any grep-like buffer 2024-03-06 08:04:35 +11:00
comment.kak Update Pony language support 2024-01-11 23:46:14 +03:00
ctags.kak Remove sorting of tags results 2024-01-17 21:18:22 +11:00
doc.asciidoc Wrapped the lines at the 80th column 2022-05-06 10:33:12 -07:00
doc.kak ranked match: prefer input order over alphabetical order for user-specified completions 2023-12-02 10:43:59 +01:00
format.kak rc format: restore in-client error when formatcmd fails 2022-04-09 15:36:02 +02:00
git.kak rc git: hide blame and report error if git blame fails 2024-02-26 19:08:58 +11:00
grep.kak jump{,-next,-previous} cmds to navigate any grep-like buffer 2024-03-06 08:04:35 +11:00
jump.kak jump{,-next,-previous} cmds to navigate any grep-like buffer 2024-03-06 08:04:35 +11:00
lint.asciidoc Reference content goes in docstrings, explanations go in prose docs. 2020-09-04 19:20:50 +10:00
lint.kak jump{,-next,-previous} cmds to navigate any grep-like buffer 2024-03-06 08:04:35 +11:00
make.kak jump{,-next,-previous} cmds to navigate any grep-like buffer 2024-03-06 08:04:35 +11:00
man.kak rc tools ctags/man: rationalize sorting of completion candidates 2024-01-13 17:24:03 +01:00
menu.kak rc tools menu: add -on-abort switch 2023-11-20 20:47:22 +01:00
patch-range.pl rc tools patch: skip patch message signature, fixing diff application 2024-01-26 09:55:52 +11:00
patch.kak rc tools patch: figure out path to patch-range.pl without double-parsing 2024-02-01 20:41:01 +11:00
spell.kak fix a sed error on mac 2023-09-05 14:48:26 +08:00