Skip to content

Instantly share code, notes, and snippets.

View rafagarciac's full-sized avatar
🌴
On vacation

Rafael García Cuéllar rafagarciac

🌴
On vacation
View GitHub Profile
@rafagarciac
rafagarciac / .tmux.conf
Last active January 27, 2020 10:08
Tmux Spanish Configuration
# Remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# Reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
# Split panes using h (horizontal) and v (vertical)
bind h split-window -h