diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f76dffc..af46ba2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -19,7 +19,7 @@ set-option -g history-limit 10000 new-session -s main # Start htop and split the window when the session "main" is created -set-hook -t main session-created 'send-keys -t main:0 "sudo htop" C-m; split-window' +set-hook -t main session-created 'send-keys -t main:1 "sudo htop" C-m; split-window' ### Key Bindings # Remap the prefix key from 'C-b' (Ctrl-b) to 'C-a' (Ctrl-a)