2012-06-12 02:49:33 +00:00
|
|
|
bind-key C-b last-window
|
2018-03-24 02:17:58 +00:00
|
|
|
set-option -g default-command /bin/zsh
|
|
|
|
set-option -g default-shell /bin/zsh
|
2024-09-06 18:00:42 +00:00
|
|
|
set-option -s default-terminal 'tmux-256color'
|
|
|
|
set -ga terminal-overrides ',alacritty:RGB,*256col*:RGB'
|
2018-03-24 02:17:58 +00:00
|
|
|
set-option -g history-limit 100000
|
|
|
|
set-option -g prefix C-b
|
|
|
|
set-option -g renumber-windows on
|
|
|
|
set-option -s escape-time 0
|
2021-07-07 14:01:30 +00:00
|
|
|
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 status-interval 1
|
2018-03-24 02:17:58 +00:00
|
|
|
setw -g mode-keys vi
|