|
|
|
|
|
by alpaca128
927 days ago
|
|
I am currently working on an editor. Definitely interesting to try different ideas just to find out why certain things in Vim are that way. Also the "." key is more complicated than I expected, the exact start of an edit operation depends on the behaviour of certain default keybindings. It just works so smoothly I had never thought much about it before. > Maybe one of these days I will get far enough past the ADHD wall to make it happen... That's definitely the most difficult part, for me it got easier at some point once it actually seemed realistic that I'd manage to finish it one day. |
|
Macros are also the reason I don't use Vim anymore. The keymap has meaning, and it shouldn't. Want to change your keymap? Good luck.
I spent years in Vim. I conceptualized all of it. I built my muscle memory around it. Then I learned a new keyboard layout.
I tried remapping the keys. Not only was that impossible (circular dependencies), it broke the conceptual map, too. I have offended the beast, and am welcome no more.
What I really want is to start fresh. No defaults: just user config. Give me the pieces, and the glue to hold them together: I'll do the rest.