From aee68a1f624157443c8011e20073d7d01a68314d Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 3 Feb 2021 12:16:05 -0600 Subject: correctly escape tmux keybinding --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3