diff --git a/home/.tmux.conf b/home/.tmux.conf index edcc36f..4e29661 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -33,7 +33,7 @@ bind-key C-j command-prompt -p "Join pane from (vert):" "join-pane -v -s '%%'" bind-key S command-prompt -p "Send pane to (hoz):" "join-pane -t '%%'" bind-key C-s command-prompt -p "Send pane to (vert):" "join-pane -v -t '%%'" #unbind-key % # Remove default binding since we’re replacing -bind-key r source-file ~/.tmux.conf +bind-key r run "tmux source-file ~/.tmux.conf; stty -ixon" bind-key C-q command-prompt -p "Switch to session:" "switch-client -t '%%'" # Copy mode