From 8d55f051bbd978950bcbe22aaa55314b3e023a4c Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 23 Mar 2018 22:17:58 -0400 Subject: [PATCH] Reformat and add tiny bit to ~/.tmux.conf --- tmux.conf | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/tmux.conf b/tmux.conf index 16d167c..52b4719 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,15 +1,9 @@ -# need me some vi mode -setw -g mode-keys vi - -set -g default-command /bin/zsh -set -g default-shell /bin/zsh - -set-option -g prefix C-b - bind-key C-b last-window - -set -s escape-time 0 - -set -g history-limit 100000 - -set -g default-terminal 'screen-256color' +set-option -g default-command /bin/zsh +set-option -g default-shell /bin/zsh +set-option -g default-terminal 'screen-256color' +set-option -g history-limit 100000 +set-option -g prefix C-b +set-option -g renumber-windows on +set-option -s escape-time 0 +setw -g mode-keys vi