Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am 4year on github.
  • I am coderharish (https://keybase.io/coderharish) on keybase.
  • I have a public key whose fingerprint is C9AE 8054 9651 569E 557C F533 2314 0D5A A34A 0D5F

To claim this, I am signing this object:

@gowdaharish
gowdaharish / tmux.conf
Created July 6, 2017 15:23 — 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