feat: dvorak-friendly split keybindings (Ctrl-A v/s)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user