Skip to content

Instantly share code, notes, and snippets.

View devel787's full-sized avatar
🌴
On vacation

devel787 devel787

🌴
On vacation
View GitHub Profile
vim ~/.tmux.conf
----
################################################################
## https://www.digitalocean.com/community/tutorials/how-to-configure-tmux-on-a-cloud-server
# Ctrl-b is a bad prefix key, use Ctrl-a instead
set-option -g prefix C-a
unbind-key C-b
# Also assign Ctrl-a to send the prefix to a remote session