This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Bindings de keys | |
set -g prefix C-a | |
# Free the original key binding | |
unbind C-b | |
# Setting the delay between the prefix and command | |
set -sg escape-time 1 | |
# Ensure that we can send Ctrl-A to other apps |