From c6963f836909363987bfc791e9d7ea30cf2387af Mon Sep 17 00:00:00 2001 From: DogLooksGood Date: Wed, 6 Nov 2024 02:42:53 +0800 Subject: [PATCH] Add a graph drawed with uniline --- TUTORIAL.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/TUTORIAL.org b/TUTORIAL.org index 060e19c..a577a42 100644 --- a/TUTORIAL.org +++ b/TUTORIAL.org @@ -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 ║ + ╚═══════════╝ ╚═══════╤════╝ + ▲ ▲ │ + │ │ │after one command + special │ ▼ + ┏━━┷━━┓ ╔═══╧════════╗ + ┃START┠─text─▶║ NORMAL ╟───────────╮ + ┗━━━━━┛ ╚═══════╤════╝ enter secondary selection + ▲ │ │ + │ │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~.