tmux: focus-events on

main
Zynh Ludwig 2024-07-31 01:54:51 -07:00
parent ed2de97200
commit 69607cc38a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ in
extraConfig = ''
set-option -g renumber-windows on
set-option -g focus-events on
bind '"' split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"