Skip to content

Instantly share code, notes, and snippets.

View imtony3579's full-sized avatar
:octocat:
fullthrottle

DhaneshKumar imtony3579

:octocat:
fullthrottle
View GitHub Profile
@imtony3579
imtony3579 / tmux.conf
Created May 7, 2021 08:19 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000