nvterm icon indicating copy to clipboard operation
nvterm copied to clipboard

Several examples of float terminal?

Open snoitallicso opened this issue 2 years ago • 6 comments

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.

snoitallicso avatar Oct 22 '22 07:10 snoitallicso

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 avatar Oct 22 '22 08:10 siduck

do know that you cant toggle them with keybinds

siduck avatar Oct 22 '22 08:10 siduck

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

snoitallicso avatar Oct 25 '22 13:10 snoitallicso

@siduck

you mean spawning multiple floating terminals?

Switching between floating terminals. Like screens with own number.

snoitallicso avatar Oct 25 '22 13:10 snoitallicso

@siduck

you mean spawning multiple floating terminals?

Switching between floating terminals. Like screens with own number.

multiple floating terminals will be problematic. @zbirenbaum

siduck avatar Oct 25 '22 14:10 siduck

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.

zbirenbaum avatar Oct 29 '22 20:10 zbirenbaum