mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 10:28:05 +00:00
change default tmux hotkey (fixes #171)
This commit is contained in:
@@ -15,6 +15,7 @@ const TMUX_CONFIG = `
|
|||||||
set -g set-titles-string "#W"
|
set -g set-titles-string "#W"
|
||||||
set -g window-status-format '#I:#(pwd="#{pane_current_path}"; echo \${pwd####*/})#F'
|
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 -g window-status-current-format '#I:#(pwd="#{pane_current_path}"; echo \${pwd####*/})#F'
|
||||||
|
set-option -g prefix C-^
|
||||||
set-option -g status-interval 1
|
set-option -g status-interval 1
|
||||||
`
|
`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user