zbirenbaum / nvterm

NvChad's Official Terminal Plugin ( Unmaintained but still usable and stable), wait for v3.0
GNU General Public License v3.0
181 stars 20 forks source link

Several examples of float terminal? #23

Open snoitallicso opened 2 years ago

snoitallicso commented 2 years ago

Is it possible to lauch distinct examples like Alt+i+1 Alt+i+2 etc? Now I'm using tmux but this is not so useful.

siduck commented 2 years ago

Is it possible to lauch distinct examples like Alt+i+1 Alt+i+2 etc? Now I'm using tmux but this is not so useful.

you mean spawning multiple floating terminals?

siduck commented 2 years ago

do know that you cant toggle them with keybinds

snoitallicso commented 2 years ago

you mean spawning multiple floating terminals? Switching between floating terminals. Like screens with own number.

snoitallicso commented 2 years ago

@siduck

you mean spawning multiple floating terminals?

Switching between floating terminals. Like screens with own number.

siduck commented 2 years ago

@siduck

you mean spawning multiple floating terminals?

Switching between floating terminals. Like screens with own number.

multiple floating terminals will be problematic. @zbirenbaum

zbirenbaum commented 2 years ago

Are you asking to spawn multiple floating terminals in a tiling layout? Or are you asking to have something like a 'tab' feature where you can save and navigate within one floating terminal window in the same location? @snoitallicso

The former is likely too much work for too few usecases, and would likely require a PR. The second option is probably more reasonably doable, but only if something like what I mentioned in https://github.com/NvChad/nvterm/pull/20#issuecomment-1295965473 is done. We would need much more robust state verification before I could add something like a 'workspaces' feature.