Browse Source

tmux: add pane swap

ubuntu_ci
Ein Verne 4 years ago
parent
commit
74da766614
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 4
      tmux/.tmux.conf

4
tmux/.tmux.conf

@ -71,6 +71,10 @@ bind-key -r L resize-pane -R 5
# bind -n M-Up select-pane -U
# bind -n M-Down select-pane -D
# pane navigation
bind > swap-pane -D
bind < swap-pane -U
# split panes using | and - or shift \ and shift -
bind-key "\\" split-window -h -c "#{pane_current_path}"
bind-key "\|" split-window -h -c "#{pane_current_path}"

Loading…
Cancel
Save