From 064282da907cdeefcc13f272be08f0b2ddb0206c Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 27 Nov 2022 08:53:42 -0500 Subject: Set option as global, since it's otherwise session based and tmux complains there's no session --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index cddb8cf..626a22e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -4,9 +4,9 @@ set -g status-right "#[fg=black,bg=green] #(whoami)@#h|m:#(sh $HOME/.tmux_helper # For a basic tmux configuration without the helper # set -g status-right "#[fg=black,bg=green] #(whoami)@#h" -set status-position bottom +set -g status-position bottom # Despite my preference for vi bindings elsewhere -set status-keys emacs +set -g status-keys emacs # If you mark a pane with c-b m you can swap it tapping this bind-key M-s swap-pane -- cgit v1.2.3