💾 Archived View for freeshell.de › tldr › kak.gmi captured on 2023-11-04 at 12:36:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Kakoune is a mode-based code editor implementing the "multiple selections" paradigm.
Data can be selected and simultaneously edited in different locations, using multiple selections; users can also connect to the same session for collaborative editing.
kak {path/to/file}
i
<Escape>
%s{foo}<Enter>c{bar}<Escape>
<Space>
/\d+<Enter>N
!cat {path/to/file}<Enter>
:w<Enter>
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).