Make ^ work in visual mode - ledit - Text editor (WIP) | |
git clone git://lumidify.org/ledit.git (fast, but not encrypted) | |
git clone https://lumidify.org/ledit.git (encrypted, but very slow) | |
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3986381995275eb8d8ab0e402329ab5863097c2b | |
parent 13045afb3112a363f771edc2d1f632889d8cdf9e | |
Author: lumidify <[email protected]> | |
Date: Tue, 10 Sep 2024 08:32:29 +0200 | |
Make ^ work in visual mode | |
Diffstat: | |
M leditrc.example | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/leditrc.example b/leditrc.example | |
@@ -105,7 +105,7 @@ bindings = { | |
bind change-to-eol text "C" modes normal | |
bind delete-to-eol text "D" modes normal | |
bind replace text "r" modes normal | |
- bind cursor-to-first-non-whitespace text "^" modes normal | |
+ bind cursor-to-first-non-whitespace text "^" modes normal|visu… | |
bind find-next-char-forwards text "t" modes normal|visual | |
bind find-next-char-backwards text "T" modes normal|visual | |
bind find-char-forwards text "f" modes normal|visual |