feat: use double-line for tmux borders

This commit is contained in:
Anthony Oteri
2025-09-20 14:47:18 -04:00
parent d23a1feb99
commit a49433e28b
+3
View File
@@ -40,6 +40,9 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
bind '"' split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
# Pane separators
set -g pane-border-lines double
# Configure Tmux plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'