Skip to content

Instantly share code, notes, and snippets.

@danyao
Created December 1, 2018 02:50
Show Gist options
  • Save danyao/3e595328c67997b868ea5baeefdc9402 to your computer and use it in GitHub Desktop.
Save danyao/3e595328c67997b868ea5baeefdc9402 to your computer and use it in GitHub Desktop.
# Copied from https://gist.github.com/joaopizani/2718397
# the following two lines give a two-line status, with the current window highlighted
hardstatus alwayslastline
hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
# huge scrollback buffer
defscrollback 5000
# no welcome message
startup_message off
# 256 colors
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce on
# mouse tracking allows to switch region focus by clicking
mousetrack on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment