diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c762f0a..92d77b5 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -15,6 +15,12 @@ # Basics # ###################################################################### +# Add a secondary prefix key (Ctrl+A as well as Ctrl+B) + +# Set Tmux prefix keys (Ctrl+B or `) +set-option -g prefix C-b +set-option -g prefix2 ` + # Use vim keybindings in copy mode setw -g mode-keys vi