Kakoune: Difference between revisions

imported>IgorM
m Fixed syntax highlighting
m fix link syntax in introduction
 
(2 intermediate revisions by one other user not shown)
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 ==
Line 78: Line 78:


[[Category:Applications]]
[[Category:Applications]]
[[Category:CLI Applications]]
[[Category:Text Editor]]