Added double C-a to send C-a

This commit is contained in:
acicchetti 2018-11-26 12:02:43 -05:00
parent c3186d49a3
commit 8fcb0e68ce

View file

@ -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