emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/meow c6963f8369: Add a graph drawed with uniline


From: ELPA Syncer
Subject: [nongnu] elpa/meow c6963f8369: Add a graph drawed with uniline
Date: Tue, 5 Nov 2024 16:01:15 -0500 (EST)

branch: elpa/meow
commit c6963f836909363987bfc791e9d7ea30cf2387af
Author: DogLooksGood <doglooksgood@hotmail.com>
Commit: DogLooksGood <doglooksgood@hotmail.com>

    Add a graph drawed with uniline
---
 TUTORIAL.org | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/TUTORIAL.org b/TUTORIAL.org
index 060e19c31b..a577a42f7e 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   ║
+  ╚═══════════╝    ╚═══════╤════╝
+        ▲              ▲   │
+        │         <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~.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]