aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-27 00:09:54 +0300
committereug-vs <eug-vs@keemail.me>2021-03-27 00:09:54 +0300
commit74a3c609569843cfe1cb8c8f58c2f34bebb3129b (patch)
treed04711f813f51e163a19d88ac5d74795e0d19fc9
parentde75c3523acdae21f1e210fc8d19ca0f9d864d54 (diff)
downloaddotfiles-74a3c609569843cfe1cb8c8f58c2f34bebb3129b.tar.gz
fix(tmux): set default layout width
-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'