Added double C-a to send C-a
This commit is contained in:
parent
c3186d49a3
commit
8fcb0e68ce
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# set default terminal
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc"
|
||||
# set mouse/history stuff
|
||||
set -g mouse on
|
||||
set -g history-limit 20000
|
||||
|
||||
# rebind prefix
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
# always renumber windows
|
||||
set -g renumber-windows on
|
||||
|
|
Loading…
Add table
Reference in a new issue