aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <msingleton@aclu.org>2021-02-03 12:16:05 -0600
committerMatt Singleton <msingleton@aclu.org>2021-02-03 12:16:05 -0600
commitaee68a1f624157443c8011e20073d7d01a68314d (patch)
treee08aab1cbc8680215c6358a4e104659ad6875ae8
parent5fc88134b7ccfb78a0bbf90552f6bbaa32e643f8 (diff)
correctly escape tmux keybinding
-rw-r--r--tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index e685d42..b1b98e0 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -21,7 +21,7 @@ set -g pane-border-style fg=white
# splits
bind | split-window -h
-bind \ split-window -h
+bind \\ split-window -h
bind - split-window -v
# reversed to match vim split names