1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +01:00

Added forgotten modified tmux.conf

This commit is contained in:
2021-01-20 16:01:30 +01:00
parent e7e25fec8a
commit 49bb2a7fc3

View File

@@ -34,21 +34,6 @@ set -g history-limit 10000
set -g terminal-overrides 'rxvt-unicode*:sitm@'
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'
# set some nice colors, if switched on during runtime
setw -g window-status-current-bg colour8
setw -g window-status-current-fg colour15
setw -g window-status-current-attr bold
setw -g window-status-format '#I-#W#F'
setw -g window-status-current-format '#I-#W#F'
set -g status-bg black
set -g status-fg colour8
set -g pane-active-border-bg default
set -g message-fg white
set -g message-bg black
set -g pane-border-fg green
set -g pane-active-border-fg brightyellow
# try to show window title
set -g set-titles on
set -g set-titles-string 'TMUX - #S»#W»#T'
@@ -79,3 +64,10 @@ bind-key + resize-pane -U 3
# vi-style controls for copy mode
set-window-option -g mode-keys vi
# set some nice colors, if switched on during runtime
setw -g window-status-format '#I-#W#F'
setw -g window-status-current-format '#I-#W#F'
set -g status-bg black
set -g status-fg colour8
set -g pane-active-border-fg brightyellow