From 488da0e9c650ce023332260991655fc32a6eeb2d Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 30 Apr 2016 22:57:50 -0400 Subject: remove depricated tmux ops --- tmux/.tmux.conf | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'tmux') 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? -- cgit v1.2.1