Added more links to editor

This commit is contained in:
Igor Támara 2025-11-18 22:16:28 -05:00 committed by CJ van den Berg
parent 66bd859993
commit 7f53e5f523
3 changed files with 28 additions and 14 deletions

View file

@ -11,9 +11,9 @@
---
Commands are actions triggered to operate on buffers primarily. They are
present in `editor`, `tui`, `mode` and `minimodes`, it's possible to
find commands in other places, which will become evident when the need
arises.
present in [editor](/docs/architecture/editor), `tui`, `mode` and
`minimodes`, it's possible to find commands in other places, which
will become evident when the need arises.
## Previous notes[]($section.id('notes'))
@ -160,6 +160,11 @@ pub fn select_to_char_left_helix(_: *void, ctx: Ctx) Result {
## [Next steps]($section.id('next'))
[Editor](/docs/architecture/editor) has a walkthrough when working with
selections, modifying the contents of the editor and deepens in concepts
that allow understand how the internal interactions happen when editing
a document.
[Minimodes](/docs/architecture/minimode) pass arguments to the editor,
if you wonder how to go beyond the current buffer window, when there
are actions like going to a specific line or when searching or