tmux: update meta key

This commit is contained in:
Jason Swank 2024-12-19 12:58:50 +00:00
parent 1b2c880aef
commit 4c368a5a90

View File

@ -1,7 +1,7 @@
# CTRL-A -> TMUX KEY
set-option -g prefix C-a
set-option -g prefix `
unbind-key C-b
bind-key C-a send-prefix
bind-key ` send-prefix
# VI-style keybindings
setw -g mode-keys vi