mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-11-24 00:48:46 +00:00
Windows should be indexed from 1
...to align better with keyboard
This commit is contained in:
parent
cd7faa8bba
commit
e6ef5dca86
@ -78,6 +78,10 @@ main() {
|
|||||||
tmux set-option -s escape-time 0
|
tmux set-option -s escape-time 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# index windows from 1 to align better with keyboard
|
||||||
|
set -g base-index 1
|
||||||
|
setw -g pane-base-index 1
|
||||||
|
|
||||||
# increase scrollback buffer size
|
# increase scrollback buffer size
|
||||||
if option_value_not_changed "history-limit" "2000"; then
|
if option_value_not_changed "history-limit" "2000"; then
|
||||||
tmux set-option -g history-limit 50000
|
tmux set-option -g history-limit 50000
|
||||||
|
Loading…
Reference in New Issue
Block a user