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
2019-11-23 14:35:46 -03:00

20 lines
396 B
Bash

#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 "xterm-kitty"
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'
# }}}
#Theming# {{{
set -g status-bg default
set -g status-fg white
# }}}
# vim:foldmethod=marker