aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf4
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