update name convention for .tmux.conf

This commit is contained in:
James Dixon 2024-02-05 06:24:47 -05:00
parent efcf495fdf
commit 7cf847d073

View File

@ -70,9 +70,8 @@ bind-key r source-file ~/.tmux.conf \; display-message "Sourced ~/.tmux.conf!"
# Run manual page in a split window
# bind-key K command-prompt "split-window 'exec man %%'"
# source local confs if they exist
if-shell -b '[ -f "$HOME/.config/tmux.conf" ]' "source-file ~/.config/tmux.conf"
if-shell -b '[ -f "$HOME/.local/tmux.conf" ]' "source-file ~/.local/tmux.conf"
# source local conf if they exist
if-shell -b '[ -f "$HOME/.local/.tmux.conf" ]' "source-file ~/.local/.tmux.conf"
# I really like tmux, but the way the handle backwards-compat in their config SUCKS!!
# https://stackoverflow.com/questions/35016458/how-to-write-if-statement-in-tmux-conf-to-set-different-options-for-different-t