I kinda want to integrate my terminal and my editor more.
Like I would love to use things like bracket matching for output of some commands or use multi cursor editing for a bunch of commands.
I'm using copy paste for this but it feels like it could be integrated better.
Any hints?
@gerotakke "ctrl-x ctrl-e" on zsh should to open your $EDITOR (but I'm not sure if it's a oh-my-zsh config)
@bltavares Thanks, I know that from bash but somehow it doesn't work for me right now in zsh. I'll investigate.
@gerotakke I've been using zsh for such a long time that I didn't know bash had it! TIL