Open zFernand0 opened 3 weeks ago
Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 10 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.
Is your feature request related to a problem? Please describe.
The initial implementation of iTerms leverages the built-in mechanisms (drag-drop) for relocating the iTerm.
Describe the solution you'd like
Ideally, users are able to change the size/location of the iTerm by using keyboard modifiers 😋
Similar to
Win + arrow-left
orWin + arrow-right
, we could support modifiers like:crtl/cmd + alt + enter/return
- full screenctrl/cmd + alt + arrow-right/left
- move iTerm to the left/right side of the terminal panelctrl/cmd + alt + arrow-up/down
- move iTerm to a file-editor tab (up) or back to terminal panel (down)Describe alternatives you've considered
3270 😅
Additional context
Related:
3203