You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new keybind action that opens a new tab running the given
command instead of the configured default, e.g.:
keybind = cmd+ctrl+digit_1=new_tab_with_command:ssh myhost
The surface configuration plumbing (command override, inherited
config notification) already existed; this exposes it through a
binding action. macOS implements the full behavior; GTK currently
falls back to a plain new tab.
0 commit comments