Fix indention

This commit is contained in:
David Heinemeier Hansson
2026-05-14 12:37:53 +02:00
parent 9d7474095f
commit 6840242c44
+3 -3
View File
@@ -14,9 +14,9 @@ bind -T copy-mode-vi y send -X copy-selection-and-cancel
# Pane Controls
bind -n M-Enter run-shell \
"[[ $(tmux list-panes | wc -l) -eq 1 ]] && \
tmux splitw -h -c '#{pane_current_path}' || \
tmux splitw -v -c '#{pane_current_path}'"
"[[ $(tmux list-panes | wc -l) -eq 1 ]] && \
tmux splitw -h -c '#{pane_current_path}' || \
tmux splitw -v -c '#{pane_current_path}'"
bind h split-window -v -c "#{pane_current_path}"
bind v split-window -h -c "#{pane_current_path}"
bind x kill-pane