moving status bar to the top
This commit is contained in:
+2
-2
@@ -54,10 +54,10 @@ set -sg escape-time 0
|
|||||||
# Reload tmux config
|
# Reload tmux config
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
# bottom right status bar that highlights when prefix active
|
set-option -g status-position top
|
||||||
|
# right part of status bar that highlights when prefix active
|
||||||
set -g status-right ' #{?client_prefix,#[reverse]<Prefix>#[noreverse] ,}"#{=21:pane_title}" %H:%M %d-%b-%y'
|
set -g status-right ' #{?client_prefix,#[reverse]<Prefix>#[noreverse] ,}"#{=21:pane_title}" %H:%M %d-%b-%y'
|
||||||
|
|
||||||
|
|
||||||
bind P paste-buffer
|
bind P paste-buffer
|
||||||
|
|
||||||
# Enable mouse & Copy/Paste - Requirements: xclip
|
# Enable mouse & Copy/Paste - Requirements: xclip
|
||||||
|
|||||||
Reference in New Issue
Block a user