From d6827428eefff2c2b4e194501d1ff067cfc90d8b Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 3 Feb 2023 23:36:59 -0500 Subject: [PATCH] Tmux: minor tweaks - otherwise fails to save history on fresh installs --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 50c6659..6c47c38 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,6 @@ +# vim: ft=tmux ts=2 et: + +# leader binding unbind C-b set -g prefix M-a @@ -132,5 +135,3 @@ set-option -g status-right '' set-option -g status-right-length 1000 set-option -g status-left-length 60 - -# vim:ft=sh