tUpdate documentation - ledit - Text editor (WIP) | |
git clone git://lumidify.org/ledit.git (fast, but not encrypted) | |
git clone https://lumidify.org/git/ledit.git (encrypted, but very slow) | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ae37fbd392114a6d7c301ed5c3bf6473b377d6ef | |
parent fcb4dcfe38932c8c4550b3f6b007d467ee5b7042 | |
Author: lumidify <[email protected]> | |
Date: Sat, 4 Nov 2023 21:40:33 +0100 | |
Update documentation | |
Diffstat: | |
M ledit.1 | 6 ++++-- | |
M leditrc.example | 7 +++++-- | |
2 files changed, 9 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/ledit.1 b/ledit.1 | |
t@@ -1,4 +1,4 @@ | |
-.Dd May 27, 2022 | |
+.Dd November 4, 2023 | |
.Dt LEDIT 1 | |
.Os | |
.Sh NAME | |
t@@ -12,6 +12,8 @@ | |
.Nm | |
is a vi-like text editor for people who switch between keyboard layouts | |
frequently and/or work with languages that require complex text layout. | |
+It combines the drawbacks of vi-like terminal editors with the drawbacks | |
+of graphical editors. | |
.Pp | |
Additionally, it allows multiple views on a text buffer so that | |
different parts of a file can be shown at the same time. | |
t@@ -25,7 +27,7 @@ Most documentation is actually included in | |
because that's where all the key and command bindings are discussed. | |
It would be nice to show the default key bindings in a nice format | |
here, but that would require too much work, so you'll just have to | |
-look at the descriptings in | |
+look at the descriptions in | |
.Xr leditrc 5 | |
and the default bindings in | |
.Pa leditrc.example . | |
diff --git a/leditrc.example b/leditrc.example | |
t@@ -1,5 +1,8 @@ | |
-# Note: This example configuration should be the same as the compiled-in defau… | |
-# except that this additionally includes the Urdu and Hindi language mappings. | |
+# Note: The compiled-in defaults are slightly different than this example | |
+# configuration. This is because I changed some things here and forgot to | |
+# change them in the compiled-in defaults, and I'm too lazy to check for | |
+# differences at the moment. Additionally, this file includes Urdu and | |
+# Hindi language mappings which are not included in the compiled-in defaults. | |
theme = { | |
text-font = Monospace |