commit 3986381995275eb8d8ab0e402329ab5863097c2b
parent 13045afb3112a363f771edc2d1f632889d8cdf9e
Author: lumidify <nobody@lumidify.org>
Date: Tue, 10 Sep 2024 08:32:29 +0200
Make ^ work in visual mode
Diffstat:
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|visual
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