summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-05-08 12:54:54 -0700
committerMike Crute <mike@crute.us>2020-05-08 12:54:56 -0700
commitb379b78d669b92b46134204c3289e38fe08a4d63 (patch)
tree86c7152845984374cd0c1ed2d3bd0b6775d3a3c9 /.tmux.conf
parent61e975fb0dd2f440da25e1749f17c17a0539a968 (diff)
downloaddotfiles-b379b78d669b92b46134204c3289e38fe08a4d63.tar.bz2
dotfiles-b379b78d669b92b46134204c3289e38fe08a4d63.tar.xz
dotfiles-b379b78d669b92b46134204c3289e38fe08a4d63.zip
tmux: escape backslashes
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 3ab1a43..72d13a1 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -18,7 +18,7 @@ bind . set status off
18bind > set status on 18bind > set status on
19 19
20# Top is often better for huge hi-dpi screens 20# Top is often better for huge hi-dpi screens
21bind M-\ set status-position bottom 21bind M-\\ set status-position bottom # ???
22bind M-| set status-position top 22bind M-| set status-position top
23 23
24set -g status-interval 10 24set -g status-interval 10
@@ -33,7 +33,7 @@ set -g status-bg colour234
33bind | set -g status-bg colour234 33bind | set -g status-bg colour234
34 34
35# Black on White 35# Black on White
36bind \ set -g status-bg colour255 36bind \\ set -g status-bg colour255
37 37
38set -g status-left-length 100 38set -g status-left-length 100
39set -g status-right-length 100 39set -g status-right-length 100