this post was submitted on 09 Dec 2023
186 points (94.3% liked)
linuxmemes
20880 readers
4 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.