diff options
| author | Benjamin Linskey | 2026-05-25 19:58:09 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-05-25 20:56:06 -0400 |
| commit | c59959613fc972d16bfb91fcad50f5c7e4a0ae2c (patch) | |
| tree | 5d841c5d696b2a7fbab13ba8975d94c362475605 | |
| parent | c17ddccce7585a3cc8b2b3a233c6385e88864bbd (diff) | |
| download | dotfiles-c59959613fc972d16bfb91fcad50f5c7e4a0ae2c.tar.gz | |
Fix an error in .tmux.conf
| -rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |