diff --git a/.tmux.conf b/.tmux.conf index 35f8ac6..08b68a2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,10 +9,10 @@ set -g prefix C-F12 bind F12 send-prefix # Add quick-action keys -bind-key -n F2 new-window -bind-key -n F3 previous-window -bind-key -n F4 next-window -bind-key -n F6 detach +bind-key -n C-F2 new-window +bind-key -n C-F3 previous-window +bind-key -n C-F4 next-window +bind-key -n C-F6 detach # Status Bar Colors and Settings set -g status-bg black