Files
dotfiles/.tmux.conf

9 lines
228 B
Bash

unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g mouse on
# pane movement
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"