1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[tmux] Stop binding on c-a

This commit is contained in:
Hyacinthe Cartiaux 2024-04-17 01:13:08 +02:00
parent 13b86f4a68
commit 91d3810793

View file

@ -12,12 +12,6 @@
# * https://mutelight.org/practical-tmux # * https://mutelight.org/practical-tmux
################################################################################ ################################################################################
# Make it use C-a, similar to screen..
unbind C-b
unbind l
set -g prefix C-a
bind-key C-a last-window
# Allows for faster key repetition # Allows for faster key repetition
set -s escape-time 0 set -s escape-time 0