Skip to content

Instantly share code, notes, and snippets.

@madjokal
madjokal / tmux.conf
Last active October 3, 2019 18:55 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# http://hyperpolyglot.org/multiplexers
unbind C-b
set -g prefix C-a
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
@madjokal
madjokal / .screenrc
Last active October 3, 2019 18:53 — forked from joaopizani/.screenrc
A killer GNU Screen Config
# http://hyperpolyglot.org/multiplexers
# no visual bell
vbell "off"
# 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