Move tmux config into config dir

This commit is contained in:
Evie Litherland-Smith 2023-02-09 13:18:52 +00:00
parent 8b7b2861f7
commit 6eacf0124c

View file

@ -1,18 +1,9 @@
# Reload tmux conf.
unbind r
bind r source-file ~/.tmux.conf\; display "Reloaded conf."
#!/usr/bin/env bash
# Set color enabled
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",*256col*,*kitty,alacritty:Tc"
# Set escape time to something sensible
set-option -sg escape-time 10
# Enable focus events
set-option -g focus-events on
#!/usr/bin/env bash
# Nightfox colors for Tmux
# Style: nightfox
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_tmux.tmux