Skip to content

Commit

Permalink
Add a graph drawed with uniline
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Nov 5, 2024
1 parent 13733e1 commit c6963f8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions TUTORIAL.org
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@ There is a tutor inside Emacs after installing Meow. Open it with ~M-x meow-tuto
Meow's modal editing has 5 states: NORMAL, INSERT, MOTION, KEYPAD and BEACON.
In this tutorial, we will walk through these states and basic operations.

#+begin_example
╔═══════════╗ ╔════════════╗
║ MOTION ║ ║ KEYPAD ║
╚═══════════╝ ╚═══════╤════╝
▲ ▲ │
│ <SPC>│ │after one command
special │ ▼
┏━━┷━━┓ ╔═══╧════════╗
┃START┠─text─▶║ NORMAL ╟───────────╮
┗━━━━━┛ ╚═══════╤════╝ enter secondary selection
▲ │ │
<ESC>│ │i/a/c │
│ ▼ ▼
╔═══╧════════╗i/a/c╔════════════╗
║ INSERT ║◀────╢ BEACON ║
╚════════════╝ ╚════════════╝
#+end_example

** INSERT

You can switch to INSERT state with ~meow-insert/append/change/open-below/open-above~.
Expand Down

0 comments on commit c6963f8

Please sign in to comment.