added tmux send-pane

master
Daniel Nägele 11 years ago
parent 0caa22843d
commit 21c60794bb
  1. 1
      tmux.conf

@ -52,6 +52,7 @@ bind -r k resize-pane -U 2
bind -r h resize-pane -L 2
bind -r l resize-pane -R 2
bind-key b command-prompt -p "create pane from:" "join-pane -s ':%%'"
bind-key v command-prompt -p "send pane to:" "join-pane -t ':%%'"
# window title
set-option -g set-titles on

Loading…
Cancel
Save