aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2026-05-25 19:58:09 -0400
committerBenjamin Linskey2026-05-25 20:56:06 -0400
commitc59959613fc972d16bfb91fcad50f5c7e4a0ae2c (patch)
tree5d841c5d696b2a7fbab13ba8975d94c362475605
parentc17ddccce7585a3cc8b2b3a233c6385e88864bbd (diff)
downloaddotfiles-c59959613fc972d16bfb91fcad50f5c7e4a0ae2c.tar.gz

Fix an error in .tmux.conf

-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 4f70413..8328eff 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -6,7 +6,7 @@ set-option -q -g default-client-command "new-session -A"
# Open new windows and panes in current working directory.
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
-bind $ split-window -v -c "#{pane_current_path}"
+bind \" split-window -v -c "#{pane_current_path}"
set-option -sa terminal-overrides ",xterm*:Tc"