This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/tmux/.tmux.conf

21 lines
400 B
Plaintext

#LEL
# Usability{{{
#enable mouse scrolling
set -g mouse on
#prevent escape dalay
set -s escape-time 0
# use shell titles
set -g set-titles on
set -g set-titles-string "#T"
#sneaky bar
# set -g status off
set -g default-terminal "screen-256color"
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'
# }}}
#Theming# {{{
set -g status-bg default
set -g status-fg white
# }}}
# vim:foldmethod=marker