keybinding to join windows into panes
This commit is contained in:
@@ -21,6 +21,9 @@ bind c-g popup -E -w 80% -h 80% -d "#{pane_current_path}" -b rounded lazygit
|
|||||||
bind c-t popup -E -w 80% -h 80% -b rounded -d "#{pane_current_path}"
|
bind c-t popup -E -w 80% -h 80% -b rounded -d "#{pane_current_path}"
|
||||||
bind c-s popup -E -w 80% -h 80% -b rounded "sh $HOME/choose-session.sh"
|
bind c-s popup -E -w 80% -h 80% -b rounded "sh $HOME/choose-session.sh"
|
||||||
|
|
||||||
|
bind j command-prompt -p "Join window:" "join-pane -h -s %1"
|
||||||
|
bind b break-pane
|
||||||
|
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -as terminal-overrides ",xterm-256color:Tc"
|
set -as terminal-overrides ",xterm-256color:Tc"
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|||||||
Reference in New Issue
Block a user