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.
Edit, Then Execute

If you want the full power of your trusted text editor to compose and edit long shell commands, then you can have it!

@gerotakke Neovim also has a terminal mode. I haven't yet played with it but this is in my reading list: http://vimcasts.org/episodes/neovim-terminal/
Neovim's terminal emulator

@gerotakke I've been using zsh for such a long time that I didn't know bash had it! TIL