nvim-editcommand icon indicating copy to clipboard operation
nvim-editcommand copied to clipboard

Edit terminal command within current Neovim instance

Results 4 nvim-editcommand issues
Sort by recently updated
recently updated
newest added

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,...

enhancement

Currently, whenever editcommand is run, it always destroys " register and replaces it with newline. This fixes this by deleting into blackhole register.