Skip to content

Commit

Permalink
Update tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv authored Mar 13, 2024
1 parent 24ce5d8 commit 5deab92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set -g focus-events on

#set -g prefix C-t # action key
set -g base-index 1 # start indexing windows at 1 instead of 0
setw -g pane-base-index 1 # start indexing panes at 1 instead of 0
set -g detach-on-destroy off # don't exit from tmux when closing a session
set -g escape-time 0 # zero-out escape time delay
set -g history-limit 64096 # increase history size (from 2,000)
Expand Down

0 comments on commit 5deab92

Please sign in to comment.