Things you can do with Tabby #5259
Replies: 8 comments 23 replies
-
Silly question, the "panes" feature mentioned above is intriguing to me, but I can't figure out how to trigger/configure it. The directions above for panes seems to be relevant when you already have multiple panes open. How do I go about getting two tabs into a split pane configuration |
Beta Was this translation helpful? Give feedback.
-
Is there some kind of timeout on the pane rearrange hotkey? I can see the pane labels if I hold down the keys but they only stay visible for a couple of seconds. |
Beta Was this translation helpful? Give feedback.
-
LGTM |
Beta Was this translation helpful? Give feedback.
-
Can we have "notify when done" for remote tabs? pls~ |
Beta Was this translation helpful? Give feedback.
-
May i know your theme or dot file, looks nice. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Well, how to hide my tabs to make it look like a real fullscreen? I prefer a real tty just like you press Ctrl + Fx in Linux |
Beta Was this translation helpful? Give feedback.
-
Its possible to save in a profile two or more split panes? Right now I can save the layout but I can't specified the folders that profile can open. |
Beta Was this translation helpful? Give feedback.
-
Hi. Is it possible to make it so that when you right-click on a program icon in the taskbar, a menu appears with quick launch of different profiles, like for example the new window function (or new incognito window) in browsers? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a small collection of random things that you might have missed since they are not as easily discoverable
General
Ctrl-Arrows
(⌥-Arrows
) andHome
/End
(⌘-Left
/⌘-Right
) to move the cursor around in the prompt.missing in the main font only.
Settings -> Appearance
and Tabby will use it for the symbolsSplit panes
Ctrl-Shift-I
(⌘-Shift-i
). Click any pane to cancel focus.Ctrl-Shift
(⌘-Shift
) and pane drag handles will appear. You can rearrange panes or drag them out as new tabs:Ctrl-Alt-Enter
(⌘-⌥-Enter
) to make the current pane temporarily full-size, press again to cancel.Ctrl-Alt-Arrows
(⌘-⌥-Arrows
)Save layout as profile
. You can even combine different pane types (local/SSH/serial) by opening multiple tabs first and then dragging them one into another to combine, or by using theSwitch pane profile
context menu item or shortcut.Ctrl-Shift-.
(⌘-Shift-.
) to turn all split panes in the current tab into their own tabs /Ctrl-Shift-,
(⌘-Shift-,
) to combine all tabs back into the current one as panes. Combine this with broadcast (Ctrl-Shift-i
/⌘-Shift-i
) to quickly send commands to all tabs!1.0.173+
Networking
Raw socket connection
profile template to debug various servers,nc
style. Combine withHexadecimal
input and output modes in the profile settings to work with binary protocols:Profiles
profile-selectors.*
hotkeys (not assigned by default).Other
Slow feed
option in the profile's advanced settings will slow down output to the serial driver by sending content byte by byte.Notify on activity
in a tab's context menu to get a notification when there's new output.Notify when done
in a tab's context menu to get a notification when a child process completes in the tab (only works for local shells):Beta Was this translation helpful? Give feedback.
All reactions