Move tmux config into config dir
This commit is contained in:
parent
8b7b2861f7
commit
6eacf0124c
|
@ -1,18 +1,9 @@
|
||||||
# Reload tmux conf.
|
#!/usr/bin/env bash
|
||||||
unbind r
|
|
||||||
bind r source-file ~/.tmux.conf\; display "Reloaded conf."
|
|
||||||
|
|
||||||
# Set color enabled
|
# Set color enabled
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
set -ga terminal-overrides ",*256col*,*kitty,alacritty:Tc"
|
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
|
# Nightfox colors for Tmux
|
||||||
# Style: nightfox
|
# Style: nightfox
|
||||||
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_tmux.tmux
|
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_tmux.tmux
|
Loading…
Reference in a new issue