aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index a5f8488..d5a5fe3 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -22,6 +22,8 @@ bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection c
# Vi mode
set-window-option -g mode-keys vi
+set -g main-pane-width 156
+
# Plugins
set -g @plugin 'christoomey/vim-tmux-navigator'