aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorxero <x@xero.nu>2016-04-30 22:57:50 -0400
committerxero <x@xero.nu>2016-04-30 22:57:50 -0400
commit488da0e9c650ce023332260991655fc32a6eeb2d (patch)
tree5b5d140d4a60657ff9fb1b6eeac90a11b8c1224a /tmux
parent486e072614c2de0b771fa01a1b8f755d3c3f9e2a (diff)
downloaddotfiles_ascii-488da0e9c650ce023332260991655fc32a6eeb2d.tar.xz
dotfiles_ascii-488da0e9c650ce023332260991655fc32a6eeb2d.zip
remove depricated tmux ops
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf13
1 files changed, 5 insertions, 8 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 273c807..5f2507e 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -52,10 +52,8 @@ bind -t vi-copy y copy-pipe 'xclip -in -selection clipboard'
# use vi mode
setw -g mode-keys vi
set -g status-keys vi
-setw -g utf8 on
# pleb mode
-#set -g mouse-utf8 on
#set -g mouse on
# splitting
@@ -65,7 +63,7 @@ unbind '"'
bind v split-window -v
# window switching
-#urxvt tab like window switching (-n: no prior escape seq)
+# urxvt tab like window switching (-n: no prior escape seq)
bind-key -n S-left prev
bind-key -n S-right next
bind-key -n C-left swap-window -t -1
@@ -80,7 +78,6 @@ set -g pane-active-border-fg colour0
#set -g pane-active-border-attr blink
# status line
-set -g status-utf8 on
set -g status-justify left
set -g status-bg colour0
set -g status-fg colour66
@@ -92,11 +89,11 @@ set -g message-bg colour66
set -g message-command-fg colour66
set -g message-command-bg colour1
-#window mode
+# window mode
setw -g mode-bg colour66
setw -g mode-fg colour0
-#resizing
+# resizing
setw -g aggressive-resize on
# window status
@@ -104,11 +101,11 @@ set-option -g status-position bottom
setw -g window-status-format "#[bg=colour241,fg=colour0,noreverse]█▓░ #W "
setw -g window-status-current-format "#[bg=colour66,fg=colour0,noreverse]█▓░ #W "
-# Info on right
+# info on right
set -g status-right-length 100
set -g status-right ''
set -g status-right '#(~/bin/tmux-status)'
-# Info on left (no session display)
+# info on left (no session display)
set -g status-left ''
# loud or quiet?