kakoune
Here are 260 public repositories matching this topic...
-
Updated
Jun 9, 2020 - Shell
-
Updated
Jun 15, 2020 - HTML
Hello
Almost all plugins that I know of have a README.md file at their root.
So what about a plug-doc command, that would have the all the installed plugins as auto-completion and would automatically opens the associated README.md ?
Example:
:plug-doc<space>
I select ul/kak-lsp for instance, then press Enter, Kakoune opens kak-lsp's README.md
Bonus:
Whe
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
May 24, 2020
-
Updated
May 25, 2020
-
Updated
Nov 15, 2019
-
Updated
May 4, 2020
Steps to reproduce
- Open Kakoune into the
*scratch*buffer - Paste some "lorem ipsum" text (should only contain letters and punctuation
- Run
easy-motion-f - Type a character not present in the buffer (e.g.
1or@or something) - Error (
1:2: 'easy-motion-on-regex' 5:5: 'exec' nothing selected) and selection remains
Hello,
I think most of people expect from snippet plug to have to following behavior:
type for then press a key so the for expand to
for $X in $COL:
$BODY
and then press another key ( usually tab) to move from $X to $COL to $BODY.
I think this the default way of using snippet, but it's really not clear how to do that in the doc. I feel this should be inside the `##Us
-
Updated
Mar 28, 2018 - Python
Improve this page
Add a description, image, and links to the kakoune topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kakoune topic, visit your repo's landing page and select "manage topics."
Since Kakoune's quoting system was reworked, it's pretty easy to reliably quote Kakoune strings by just doubling apostrophes. In shell, it looks something like this:
However, while working on #3336, I've copied and pasted this fragment into three or four shell blocks already; I expect it (or