mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
cli: add tmux join keybind
This commit is contained in:
parent
12899ebd7e
commit
8f27de07ee
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
terminal = "screen-256color";
|
||||
extraConfig = ''
|
||||
set-environment -gu SHLVL
|
||||
bind-key j command-prompt -p "Join pane:" "join-pane -s '%%'"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue