update name convention for .tmux.conf
This commit is contained in:
parent
efcf495fdf
commit
7cf847d073
@ -70,9 +70,8 @@ bind-key r source-file ~/.tmux.conf \; display-message "Sourced ~/.tmux.conf!"
|
|||||||
# Run manual page in a split window
|
# Run manual page in a split window
|
||||||
# bind-key K command-prompt "split-window 'exec man %%'"
|
# bind-key K command-prompt "split-window 'exec man %%'"
|
||||||
|
|
||||||
# source local confs if they exist
|
# source local conf 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"
|
||||||
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!!
|
# 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
|
# https://stackoverflow.com/questions/35016458/how-to-write-if-statement-in-tmux-conf-to-set-different-options-for-different-t
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user