mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04:00
Use C-j for joining panes in tmux
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ setw -g monitor-activity on
|
|||||||
set -g visual-activity on
|
set -g visual-activity on
|
||||||
|
|
||||||
# pane movement
|
# pane movement
|
||||||
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
|
bind-key C-j command-prompt -p "join pane from:" "join-pane -s '%%'"
|
||||||
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
||||||
bind-key C-b break-pane -t :
|
bind-key C-b break-pane -t :
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user