Skip to content

Instantly share code, notes, and snippets.

View pttestteam's full-sized avatar
💭
I may be slow to respond.

pttestteam

💭
I may be slow to respond.
View GitHub Profile
@captain-noob
captain-noob / tmux.conf
Created April 22, 2023 09:20
Tmux configuration for easy control of terminal
# create or add this to ur ~/.tmux.conf
#set prefix
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -g history-limit 100000
set -g allow-rename off