tmux/index
This commit is contained in:
parent
5f5e2b8a5b
commit
335ae41004
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ rwx_tmux_setup() {
|
||||||
local file
|
local file
|
||||||
file="${HOME}/.tmux.conf"
|
file="${HOME}/.tmux.conf"
|
||||||
rwx_file_write "${file}" "\
|
rwx_file_write "${file}" "\
|
||||||
|
# first index number
|
||||||
|
set-option -g base-index 1
|
||||||
# display duration
|
# display duration
|
||||||
set-option -g display-time 1536
|
set-option -g display-time 1536
|
||||||
# reload configuration
|
# reload configuration
|
||||||
|
|
Loading…
Reference in a new issue