feat: dvorak-friendly split keybindings (Ctrl-A v/s)

This commit is contained in:
Mortdecai
2026-03-26 19:07:28 -04:00
parent 5f1beb4d4d
commit 2cca6f3900
3 changed files with 9 additions and 3 deletions
+4
View File
@@ -49,5 +49,9 @@ set -g pane-active-border-style "fg=#D35400"
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",xterm-256color:Tc"
# Dvorak-friendly splits (s=horizontal, v=vertical)
bind s split-window -v
bind v split-window -h
# Reduce escape delay
set -sg escape-time 10