Add Modifier to tmux control keys

Prevent clobber of OS keys

Tested-on: arcturus <20 Mar 2014>
This commit is contained in:
Tom Swartz
2014-03-20 15:39:07 -04:00
parent 583c22c6ee
commit 6af45064f8

View File

@@ -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