mirror of
https://github.com/zhigang1992/linux-configs.git
synced 2026-01-12 17:23:22 +08:00
Add Modifier to tmux control keys
Prevent clobber of OS keys Tested-on: arcturus <20 Mar 2014>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user