change default tmux hotkey (fixes #171)

This commit is contained in:
Eugene Pankov
2017-08-11 19:26:24 +03:00
parent f71f518058
commit 1afb1e718b

View File

@@ -15,6 +15,7 @@ const TMUX_CONFIG = `
set -g set-titles-string "#W"
set -g window-status-format '#I:#(pwd="#{pane_current_path}"; echo \${pwd####*/})#F'
set -g window-status-current-format '#I:#(pwd="#{pane_current_path}"; echo \${pwd####*/})#F'
set-option -g prefix C-^
set-option -g status-interval 1
`