diff options
author | Matt Singleton <msingleton@aclu.org> | 2021-02-03 12:16:05 -0600 |
---|---|---|
committer | Matt Singleton <msingleton@aclu.org> | 2021-02-03 12:16:05 -0600 |
commit | aee68a1f624157443c8011e20073d7d01a68314d (patch) | |
tree | e08aab1cbc8680215c6358a4e104659ad6875ae8 | |
parent | 5fc88134b7ccfb78a0bbf90552f6bbaa32e643f8 (diff) |
correctly escape tmux keybinding
-rw-r--r-- | tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |