186
I love vim
(discuss.tchncs.de)
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.
Now that you know about
ci(
, I highly recommend taking a look at tpope's plugins. Especially the surround plugin. It can change the surrounding parentheses and tags (if you're editing an HTML or XML document). Quite cool. Also, there's much more in tpope's library of pugins.PS, did you know that zsh has a vi mode, where you can use typical vi commands to edit the command prompt instead after the default ones? Quite useful as well.
set -o vi / emacs
works in bash toowhoa, that guy is really a vim plugin artist. imma go and install it now. thanks for sharing!
I don't have much experience with zsh other than using it on office mac. but will try it anyway.
If you're going to check out zsh, make sure to take a look at oh my zsh! There's a lot to explore there, but the plugins are cool.