Skip to content

Instantly share code, notes, and snippets.

@dozernz
Created November 11, 2017 04:56
Show Gist options
  • Save dozernz/4fa5c6dde1c3a052ffe1d2924adadcbf to your computer and use it in GitHub Desktop.
Save dozernz/4fa5c6dde1c3a052ffe1d2924adadcbf to your computer and use it in GitHub Desktop.
Tmux conf
set-option -g history-limit 50000
set -g prefix C-a
bind C-a send-prefix
unbind C-b
#Used for putty to get ctrl left right working
set -g terminal-overrides "xterm*:kLFT5=\eOD:kRIT5=\eOC:kUP5=\eOA:kDN5=\eOB:smkx@:rmkx@:XT:Ms=\E]52;%p1%s;%p2%s\007:Cc=\E]12;%p1%s\007:Cr=\E]112\007:Cs=\E[%p1%d q:Csr=\E[2 q,screen*:XT,*256col*:colors=256"
set-option -g xterm-keys on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment