aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-11-07 23:47:38 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-11-07 23:47:38 -0500
commitb359a2406c888db5286a5fd5937f3cb4740b634a (patch)
tree925ba19f81f0388f0958cccc5ccf4647c802163c /tmux.conf
parenta18a1072780edb87bd1e934010af2f7126f301bb (diff)
downloaddotfiles-b359a2406c888db5286a5fd5937f3cb4740b634a.tar.gz
dotfiles-b359a2406c888db5286a5fd5937f3cb4740b634a.tar.xz
update helper functions in tmux
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index b6fb6a7..ed59b92 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -45,14 +45,15 @@ bind-key M-r respawn-pane
# Change the status line a little bit, most are close to defaults
set -g status-left-length 16
set -g status-left "[#S] "
-set -g status-right "#[fg=green,bg=black] #(whoami)@#h|m:#(sh $HOME/.tmux_helper.sh memory)|l:#(sh $HOME/.tmux_helper.sh load)|#(sh $HOME/.tmux_helper.sh s_uptime)"
+set -g status-right "#[fg=green,bg=black] #(whoami)@#h|m:#(sh $HOME/.tmux_helper.sh memory)|l:#(sh $HOME/.tmux_helper.sh load)|#(sh $HOME/.tmux_helper.sh uptime)"
set -g status-right-length 40
set -g window-status-format "#I:#W#F"
# If you still want to select text out of the terminal as you normally would
-# You should hold the shift key ( Linux ) I'm told it's "Option on Mac OS X"
+# You should hold the shift key ( Linux ) Option/Alt works in iTerm2 on MacOS
+# Does not seem to work with the native terminal.
set -g mouse on
# Old mouse method