mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
tmux: start counting windows from 0
This commit is contained in:
parent
925ef0901e
commit
41d001a5ce
|
@ -35,8 +35,8 @@ set -g status-right '#[fg=green,bg=default,bright]#(tmux-mem-cpu-load) #[fg=red,
|
|||
set-option -g prefix C-a
|
||||
bind-key C-a last-window
|
||||
|
||||
# Start numbering at 1
|
||||
set -g base-index 1
|
||||
# # Start numbering at 1
|
||||
# set -g base-index 1
|
||||
|
||||
# Allows for faster key repetition
|
||||
set -s escape-time 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user