From 177ffc8a46acb72b0acb253238b54cab7856e86b Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 14 Jan 2020 15:05:39 +0000
Subject: [PATCH] Fix 'unknown key: split-window' error

---
 tag-tmux/tmux.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf
index 5a66eb7b..1834e7b3 100644
--- a/tag-tmux/tmux.conf
+++ b/tag-tmux/tmux.conf
@@ -15,7 +15,7 @@ set -g status-fg "#aaaaaa"
 set -g status-bg "#666666"
 
 bind-key - split-window -v  -c '#{pane_current_path}'
-bind-key \ split-window -h  -c '#{pane_current_path}'
+bind-key \\ split-window -h  -c '#{pane_current_path}'
 
 bind -n S-Left resize-pane -L 2
 bind -n S-Right resize-pane -R 2