DEV Community

Discussion on: How To Use Vim Mode On The Command Line In Bash

Collapse
 
phantas0s profile image
Matthieu Cneude

Nice article!

You can do the same if you use Zsh. I've written an article how to configure Zsh without oh-my-zsh, and I speak about Zsh vi mode too: thevaluable.dev/zsh-install-config...

Collapse
 
brandonwallace profile image
brandon_wallace

Mathhieu, thank you for sharing! The article you wrote is well written and packed full of information. I saw the Vi mode part. The changing cursor depending on the Vi mode is a great idea. I see we have some of the same Git aliases. Check out my configuration articles for my .bashrc and my .vimrc.

Bashrc Customization Guide – How to Add Aliases, Use Functions, and More

freecodecamp.org/news/bashrc-custo...

Vimrc Configuration Guide - How to Customize Your Vim Code Editor with Mappings, Vimscript, Status Line, and More

freecodecamp.org/news/vimrc-config...