snacks.nvim
snacks.nvim copied to clipboard
fix(terminal): allow terminal windows in multiple tabs and allow configuration of termopen opts
Description
The current behavior of terminal windows in combination with tabs does not seem desirable. It is not possible to have two different terminal windows open in two different tabs. This PR makes a slight adjustment to allow this.
Furthermore, I added the possibility to provide any jobstart
options to termopen
.