Skip to content

Instantly share code, notes, and snippets.

View level14taken's full-sized avatar
🌴
On vacation

Manoj Guthikonda level14taken

🌴
On vacation
View GitHub Profile
@justinwalz
justinwalz / .tmux.conf
Last active May 9, 2024 21:09
basic tmux conf
# allow reload of this file with PRE r
bind r source-file ~/.tmux.conf \; display "Reloaded."
# switch prefix to control-a, unmap b, allow double-a to go through
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# -r repeat time (Default 500 millis)
set -g repeat-time 2000