diff options
Diffstat (limited to '')
-rw-r--r-- | tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf index 0194bde..83f6bc4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -23,6 +23,8 @@ new-session -s work new-session -s main new-session -s misc +set -gw mode-keys emacs + set -g status-right '#h' set -g status-bg white |