diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-11-27 08:53:42 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-16 08:58:03 -0500 |
| commit | 064282da907cdeefcc13f272be08f0b2ddb0206c (patch) | |
| tree | bcdd38d725090000a5db13edd49800373182f5b9 /tmux | |
| parent | 59a615a1862512f63f59f113431a95c256b525ae (diff) | |
| download | dotfiles-064282da907cdeefcc13f272be08f0b2ddb0206c.tar.gz dotfiles-064282da907cdeefcc13f272be08f0b2ddb0206c.tar.xz | |
Set option as global, since it's otherwise session based and tmux complains there's no session
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
