mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
tmux.conf: position satusbar on top.
This commit is contained in:
parent
62709e8790
commit
8d7bd4cf1f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ set -s set-clipboard external
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
setw -g pane-base-index 1
|
setw -g pane-base-index 1
|
||||||
|
|
||||||
set -g status-position bottom
|
set -g status-position top
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style ''
|
set -g status-style ''
|
||||||
set -g status-left ' #[fg=colour2]#[fg=default] #S '
|
set -g status-left ' #[fg=colour2]#[fg=default] #S '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue