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
396 B
Text
Raw Normal View History

2019-11-23 02:20:04 +01:00
#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
2019-11-23 03:32:42 +01:00
# set -g status off
2019-11-23 18:35:46 +01:00
set -g default-terminal "xterm-kitty"
2019-11-23 02:20:04 +01:00
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'
# }}}
#Theming# {{{
set -g status-bg default
set -g status-fg white
# }}}
# vim:foldmethod=marker