Skip to content

Instantly share code, notes, and snippets.

# 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