ok I was so stupid why on earth would I bind M-a lmao

This commit is contained in:
Hedy Li 2021-08-18 12:46:34 +08:00
parent 1190f5fdc0
commit 9f13ace4fc
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ set -g default-terminal "tmux-256color"
set -g terminal-overrides ",xterm-256color*:Tc"
# Prefix for remote tmux (instead of C-b twice)
bind-key -n M-a send-prefix
bind-key -n M-b send-prefix
# Splitting panes
bind-key v split-window -h