190
Using Vim is Amazing
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I'm an emacs user myself, but if you're not aware, readline
which handles a considerable portion of the "prompt for text" stuff in many terminal programs, like input for bash and such
can be put into vi mode.
https://tiswww.case.edu/php/chet/readline/rluserman.html#Readline-vi-Mode
Or, in ~/.inputrc:
To set the default.