1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 04:46:05 +03:00

merge community pages

Bruno Heridet 2017-06-27 22:04:47 +02:00
parent 2ab8423979
commit 330e9dc856
2 changed files with 40 additions and 16 deletions

40
Community.md Normal file

@ -0,0 +1,40 @@
## Around the Internet
- chat IRC: freenode #kakoune
- reddit: https://www.reddit.com/r/kakoune/
- stackoverflow: https://stackoverflow.com/questions/tagged/kakoune
## Kak files
Blindly copy-pasting hundreds of lines from someone-else kakrc file is not something beneficial in the long run (bloat, extraneous features…).
Nevertheless, having some kind of inspiration on how to combine commands or how to tame the syntax can't really hurt.
So here's a list of kak files written by community members to help you as a starting point:
- [search results for kakrc in gists](https://gist.github.com/search?utf8=%E2%9C%93&q=kakrc)
- [search results for kakoune in github label](https://github.com/search?q=topic%3Akakoune&type=Repositories)
- [mawww kakrc](https://github.com/mawww/config/blob/master/kakrc)
- [lenormf kakoune-extra](https://github.com/lenormf/kakoune-extra)
- [alexherbo2 kakrc](https://github.com/alexherbo2/dotfiles/tree/master/kak)
- [rlofc kakrc](https://github.com/rlofc/dotfiles/tree/master/kak)
- [casimir kakoune-extra](https://github.com/casimir/kakoune-extra)
- [danr kakrc](https://github.com/danr/dotfiles/blob/master/config/kak)
- [WhatNodyn KakounePlugins](https://github.com/WhatNodyn/KakounePlugins)
- [occivink kakrc](https://github.com/occivink/config/tree/master/.config/kak)
## Sandbox / Wish list
This section is intended as an incubator for great kak scripts not yet available above.
Members of the community can write down ideas of functionalities they don't have the time or skill to implement right now.
Other members can then chime in and offer their support or solutions.
- surround.kak: better handling of asymmetric HTML/XML tags, like in the original. https://github.com/mawww/kakoune/pull/1295
- Keybinding for copying selections on matching substrings vertically https://github.com/mawww/kakoune/issues/1115 https://github.com/mawww/kakoune/pull/1116
- Support for raw ansi escape codes by transforming them into highlight ranges. Use case: kak as a pager with syntax highlighting for exotic file formats via [highlight.js](https://highlightjs.org/) or [Andre Simon's highlight](http://www.andre-simon.de/doku/highlight/en/highlight.php) etc.
- Persistent undo
- Restore cursor position on open
- [Splitjoin](https://github.com/AndrewRadev/splitjoin.vim) vim plugin functionality
- [parinfer](https://github.com/shaunlebron/parinfer/blob/master/lib/doc/integrating.md)
- [join](https://github.com/sk1418/Join)

@ -1,16 +0,0 @@
Blindly copy-pasting hundreds of lines from someone-else kakrc file is not something beneficial in the long run (bloat, extraneous features…).
Nevertheless, having some kind of inspiration on how to combine commands or how to tame the syntax can't really hurt.
So here's a list of kak files written by community members to help you as a starting point:
- [search results for kakrc in gists](https://gist.github.com/search?utf8=%E2%9C%93&q=kakrc)
- [search results for kakoune in github label](https://github.com/search?q=topic%3Akakoune&type=Repositories)
- [mawww kakrc](https://github.com/mawww/config/blob/master/kakrc)
- [lenormf kakoune-extra](https://github.com/lenormf/kakoune-extra)
- [alexherbo2 kakrc](https://github.com/alexherbo2/dotfiles/tree/master/kak)
- [rlofc kakrc](https://github.com/rlofc/dotfiles/tree/master/kak)
- [casimir kakoune-extra](https://github.com/casimir/kakoune-extra)
- [danr kakrc](https://github.com/danr/dotfiles/blob/master/config/kak)
- [WhatNodyn KakounePlugins](https://github.com/WhatNodyn/KakounePlugins)
- [occivink kakrc](https://github.com/occivink/config/tree/master/.config/kak)