Getting auto_quit to work #91
Replies: 3 comments
-
Yes, this needs more testing. The |
Beta Was this translation helpful? Give feedback.
-
Note: not seeing the command being pasted doesn't mean that it wasn't pated because Neovim usually waits for the commands to be executed to redraw the user interface and, since it's quitting, maybe it doesn't redraw at all. |
Beta Was this translation helpful? Give feedback.
-
To confirm that Neovim waits some time when qcmd = 'quit(save = "no")' to qcmd = 'Sys.sleep(1); quit(save = "no")' I can't see the command being pasted into the R Console, but I can note the extra delay to Neovim finishing. So, I think that this discussion can be closed if someone can confirm the same delay on macOS and Windows. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I'm understanding the documentation right, R should auto quit by default when using the Neovim terminal. I went ahead and added
auto_quit = true
to my R.nvim configuration for good measure. However, quitting still doesn't quit the R console, unless I'm misunderstanding what this option is about.auto_quit.mp4
It should have quit after I quit the file, right?
Beta Was this translation helpful? Give feedback.
All reactions