added window to pane conversion to tmux.conf

master
Daniel Naegele 11 years ago
parent dcb7ceebcd
commit b4a1ffe8fc
  1. 1
      tmux.conf

@ -51,6 +51,7 @@ bind -r j resize-pane -D 2
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 ':%%'"
# window title
set-option -g set-titles on

Loading…
Cancel
Save