jshell window #403
Replies: 3 comments 1 reply
-
It opens jshell in a terminal buffer, using the current window. You could use something like |
Beta Was this translation helpful? Give feedback.
-
when I look at my processes, the jshells are indeed still running. But I cannot get them "back"! But your tip works great - thanks, that solved it! |
Beta Was this translation helpful? Give feedback.
-
I just tried it - now it is listed as a standard buffer and I can switch back and forth... Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I switched to nvim with jdtls as main IDE for java a couple of months ago. So far it is working fine.
I was using
jshell
in my project (a really great feature) and noticed that the buffer it is opened in is kind of a temporary one. It means, when switching back to another buffer, thejshell
is just gone. If I open it, a new shell is spawned.Is that something wrong with my config? Did I miss something or is that working as it is supposed to work? If so, would that be a complex feature to implement?
Beta Was this translation helpful? Give feedback.
All reactions