tRemove mapping for substitute command because could lead to confusion - ledit … | |
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 cf586b03aa0ba070b1d617ccff97048da1d4e7ba | |
parent 2d31c87c125a439d6aecd05468723ed891564850 | |
Author: lumidify <[email protected]> | |
Date: Thu, 1 Sep 2022 10:54:50 +0200 | |
Remove mapping for substitute command because could lead to confusion | |
Diffstat: | |
M leditrc.example | 2 -- | |
1 file changed, 0 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/leditrc.example b/leditrc.example | |
t@@ -226,7 +226,6 @@ language-mapping = { | |
map "" "q" | |
map "ड" "v" | |
map "च" "c" | |
- map "स" "s" | |
} | |
} | |
t@@ -298,6 +297,5 @@ language-mapping = { | |
map "ق" "q" | |
map "ط" "v" | |
map "چ" "c" | |
- map "س" "s" | |
} | |
} |