summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorWis <~@wis.am>2019-05-17 10:38:22 +0300
committerGitHub <noreply@github.com>2019-05-17 10:38:22 +0300
commitace3adda61564d718ceca3f314d37817de080dba (patch)
tree389e3d1a4cc9e404ed5a6ad096febba14954339f /.tmux.conf
parent18e001db07d7105ab4dc4f4f836ca0d3a516a791 (diff)
downloadeibhear-ace3adda61564d718ceca3f314d37817de080dba.tar.gz
eibhear-ace3adda61564d718ceca3f314d37817de080dba.tar.zst
eibhear-ace3adda61564d718ceca3f314d37817de080dba.zip
fix tmux config renames
`#bind-key C-a last-window # C-a C-a for last active window` didn't need renaming for me, why did you comment it out? you comment it out before merging. more info: https://github.com/tmux/tmux/issues/1689
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 2227e3c..2a6cda1 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,13 +1,13 @@
set -g prefix C-a
setw -g mode-keys vi
-#setw -g mode-bg black
+setw -g mode-style bg=black
set-option -g default-terminal "xterm-256color"
-#set-option -g pane-active-border-fg green
+set-option -g pane-active-border-style fg=green
set-window-option -g xterm-keys on # for vim
set-window-option -g mode-keys vi # vi key
set-window-option -g monitor-activity on
-#set-window-option -g window-status-current-fg white
-#setw -g window-status-current-attr reverse
+set-window-option -g window-status-current-style fg=white
+setw -g window-status-current-style reverse
setw -g automatic-rename
set -g mouse on
set -g history-limit 30000
@@ -36,7 +36,7 @@ bind-key -n C-up prev
bind-key -n C-left prev
bind-key -n C-right next
bind-key -n C-down next
-#set-window-option -g window-status-current-bg red
+set-window-option -g window-status-current-style bg=red
bind C-j previous-window
bind C-k next-window
#bind-key C-a last-window # C-a C-a for last active window