Skip to content

Instantly share code, notes, and snippets.

View piyush-security's full-sized avatar

P1yush_Sharma piyush-security

View GitHub Profile
# 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