add send-prefix shortcut to tmux config

This commit is contained in:
Nick Nisi
2013-10-26 14:36:37 -05:00
parent f3ab5b08f0
commit 6e590eccef

View File

@@ -13,6 +13,9 @@ unbind C-b
set -g prefix C-a
bind C-a send-prefix
# for nested tmux sessions
bind-key a send-prefix
# Activity Monitoring
setw -g monitor-activity off
set -g visual-activity off