From 74a3c609569843cfe1cb8c8f58c2f34bebb3129b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 27 Mar 2021 00:09:54 +0300 Subject: fix(tmux): set default layout width --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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' -- cgit v1.2.3