mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.75k stars 83 forks source link

closing a commit message with ZZ #101

Closed utx0 closed 5 years ago

utx0 commented 5 years ago

Am using nvr for working with git commit messages within neovim, however when I close a commit message with the ZZ shortcut the terminal is still in a wait mode (used the config in the readme to set this up, with no changes) I then need to end terminal mode and ctrl-C the process for it to then finishs the commit.

Anyway I can get this to just finish once the the commit message is closed? Thanks

mhinz commented 5 years ago

The buffer has to be deleted. ZZ updates the buffer and closes the window, but doesn't delete the buffer.

See Use nvr as git editor under https://github.com/mhinz/neovim-remote#typical-use-cases for a workaround.

utx0 commented 5 years ago

Thank you! Fixed my issue. :)

Regards, Luke Hamilton Snr Software Engineer

On Tue, 12 Mar 2019 at 22:17, Marco Hinz notifications@github.com wrote:

The buffer has to be deleted. ZZ updates the buffer and closes the window, but doesn't delete the buffer.

See Use nvr as git editor under https://github.com/mhinz/neovim-remote#typical-use-cases for a workaround.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mhinz/neovim-remote/issues/101#issuecomment-471959154, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFho1pEvfrFhplLiFtbSZ422-C_qtB7ks5vV4yvgaJpZM4bqKtP .