cli: add tmux join keybind

This commit is contained in:
Sean Buckley 2022-08-04 10:03:51 -04:00
parent 12899ebd7e
commit 8f27de07ee

View file

@ -88,6 +88,7 @@
terminal = "screen-256color";
extraConfig = ''
set-environment -gu SHLVL
bind-key j command-prompt -p "Join pane:" "join-pane -s '%%'"
'';
};