mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
deploy: 78b516430a
This commit is contained in:
parent
9520aa1184
commit
8fc91e6f2b
@ -150,9 +150,9 @@
|
|||||||
<h1 id="migrating-from-vim"><a class="header" href="#migrating-from-vim">Migrating from Vim</a></h1>
|
<h1 id="migrating-from-vim"><a class="header" href="#migrating-from-vim">Migrating from Vim</a></h1>
|
||||||
<p>Helix's editing model is strongly inspired from Vim and Kakoune, and a notable
|
<p>Helix's editing model is strongly inspired from Vim and Kakoune, and a notable
|
||||||
difference from Vim (and the most striking similarity to Kakoune) is that Helix
|
difference from Vim (and the most striking similarity to Kakoune) is that Helix
|
||||||
follows the <code>selection → action</code> model. This means that the whatever you are
|
follows the <code>selection → action</code> model. This means that whatever you are
|
||||||
going to act on (a word, a paragraph, a line, etc) is selected first and the
|
going to act on (a word, a paragraph, a line, etc.) is selected first and the
|
||||||
action itself (delete, change, yank, etc) comes second. A cursor is simply a
|
action itself (delete, change, yank, etc.) comes second. A cursor is simply a
|
||||||
single width selection.</p>
|
single width selection.</p>
|
||||||
<p>See also Kakoune's <a href="https://github.com/mawww/kakoune/wiki/Migrating-from-Vim">Migrating from Vim</a> and Helix's <a href="https://github.com/helix-editor/helix/wiki/Migrating-from-Vim">Migrating from Vim</a>.</p>
|
<p>See also Kakoune's <a href="https://github.com/mawww/kakoune/wiki/Migrating-from-Vim">Migrating from Vim</a> and Helix's <a href="https://github.com/helix-editor/helix/wiki/Migrating-from-Vim">Migrating from Vim</a>.</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
@ -1178,9 +1178,9 @@ Languages</a> guide for more language configuration information.</p>
|
|||||||
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="migrating-from-vim"><a class="header" href="#migrating-from-vim">Migrating from Vim</a></h1>
|
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="migrating-from-vim"><a class="header" href="#migrating-from-vim">Migrating from Vim</a></h1>
|
||||||
<p>Helix's editing model is strongly inspired from Vim and Kakoune, and a notable
|
<p>Helix's editing model is strongly inspired from Vim and Kakoune, and a notable
|
||||||
difference from Vim (and the most striking similarity to Kakoune) is that Helix
|
difference from Vim (and the most striking similarity to Kakoune) is that Helix
|
||||||
follows the <code>selection → action</code> model. This means that the whatever you are
|
follows the <code>selection → action</code> model. This means that whatever you are
|
||||||
going to act on (a word, a paragraph, a line, etc) is selected first and the
|
going to act on (a word, a paragraph, a line, etc.) is selected first and the
|
||||||
action itself (delete, change, yank, etc) comes second. A cursor is simply a
|
action itself (delete, change, yank, etc.) comes second. A cursor is simply a
|
||||||
single width selection.</p>
|
single width selection.</p>
|
||||||
<p>See also Kakoune's <a href="https://github.com/mawww/kakoune/wiki/Migrating-from-Vim">Migrating from Vim</a> and Helix's <a href="https://github.com/helix-editor/helix/wiki/Migrating-from-Vim">Migrating from Vim</a>.</p>
|
<p>See also Kakoune's <a href="https://github.com/mawww/kakoune/wiki/Migrating-from-Vim">Migrating from Vim</a> and Helix's <a href="https://github.com/helix-editor/helix/wiki/Migrating-from-Vim">Migrating from Vim</a>.</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user