URI: 
       Make ^ work in visual mode - ledit - Text editor (WIP)
  HTML git clone git://lumidify.org/ledit.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/ledit.git (encrypted, but very slow)
  HTML git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/ledit.git (over tor)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3986381995275eb8d8ab0e402329ab5863097c2b
   DIR parent 13045afb3112a363f771edc2d1f632889d8cdf9e
  HTML Author: lumidify <nobody@lumidify.org>
       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(-)
       ---
   DIR 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