Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Thanks for that. I was thinking of trying NeoVim but I regularly use the `:!` feature to filter (selected) text through Unix utilities – and `:view` if I forget to use the `-R` option when opening a file that I don’t want to accidentally edit, e.g., log files.


:! itself has not been stripped from neovim, it's the "interactive" :! that has been stripped (as the OP said)

i.e if you do :!bash in vim you enter bash in neovim you won't


Thanks for the clarification. That makes sense and seems like a reasonable change to me.


I wouldn't say that `:!bash` is the most illustrative example of its impact. It bites you when you run any command that spits out a prompt, most commonly a [Yn] prompt. You can't use `:!` for these in nvim.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: