Kakoune: Difference between revisions

Klinger (talk | contribs)
m fix link syntax in introduction
 
Line 1: Line 1:
Kakoune[https://github.com/mawww/kakoune] is a modal text editor that operates on selections. Unlike Vim's command-motion paradigme, text is first selected, then operated upon (a motion-command paradigme, if you will). This allows Kakoune to provide strong visual feedback and incremental results while requiring keystroke counts similar to that of Vim. More on the design of Kakoune can be found here [https://github.com/mawww/kakoune/blob/master/doc/design.asciidoc] and on https://kakoune.org.
[https://github.com/mawww/kakoune Kakoune] is a modal text editor that operates on selections. Unlike Vim's command-motion paradigme, text is first selected, then operated upon (a motion-command paradigme, if you will). This allows Kakoune to provide strong visual feedback and incremental results while requiring keystroke counts similar to that of Vim. More on the design of Kakoune can be found here [https://github.com/mawww/kakoune/blob/master/doc/design.asciidoc] and on https://kakoune.org.


== Configuration ==
== Configuration ==