logoalt Hacker News

commandersakitoday at 10:07 AM2 repliesview on HN

I've been a (n)vim user for 20+ years now, but I hate vi-mode in the shell. However if I feel that I need to do a complex command, I just do ctrl-x+e to open up in neovim (with EDITOR=nvim set). I find it a good middle ground.


Replies

xtiansimontoday at 11:43 AM

Huh. I don’t use vi-mode for more than jumping to the beginning or end of a line, which I like a lot.

show 2 replies
sudonemtoday at 10:39 AM

Agree.

I WANT to love it - and if I was only ever working on one, or a small number of systems that I was the only one working on I’d probably do it. I’m ALL about customizing my environment.

However ssh into various servers through the day (some of which are totally ephemeral), and having to code switch my brain back and forth between vim mode and emacs mode in the shell would just slow me down and be infuriating each time I connect to a new box.