Reformat and add tiny bit to ~/.tmux.conf

This commit is contained in:
2018-03-23 22:17:58 -04:00
parent 70460c21c7
commit 8d55f051bb

View File

@@ -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 bind-key C-b last-window
set-option -g default-command /bin/zsh
set -s escape-time 0 set-option -g default-shell /bin/zsh
set-option -g default-terminal 'screen-256color'
set -g history-limit 100000 set-option -g history-limit 100000
set-option -g prefix C-b
set -g default-terminal 'screen-256color' set-option -g renumber-windows on
set-option -s escape-time 0
setw -g mode-keys vi