nvim-editcommand
nvim-editcommand copied to clipboard
Edit terminal command within current Neovim instance
Unfortunately this issue lead to nothing: https://github.com/neovim/neovim/issues/8805 Still no vimlike editing in nvim's terminal. Please let me know if there's a more comfortable way of doing it.
If a user enters a interpreter from within the terminal. e.g. `python`, then the prompt may change, `$` -> `>>>`. We should provide a mechanism to automatically update the prompt,...
Currently, whenever editcommand is run, it always destroys " register and replaces it with newline. This fixes this by deleting into blackhole register.