fix: point tmux to nix config

This commit is contained in:
Barrett Ruth 2026-02-11 12:35:09 -05:00
parent cdd750ab8c
commit 4dda15d953
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 1 additions and 20 deletions

View file

@ -415,7 +415,7 @@ in
unbind ^; bind ^ last-window
unbind e; bind e neww -n 'tmux.conf' "sh -c 'nvim $XDG_CONFIG_HOME/tmux/tmux.conf; tmux source $XDG_CONFIG_HOME/tmux/tmux.conf'"
unbind e; bind e neww -n 'tmux.conf' "sh -c 'nvim ~/.config/nix/home/modules/shell.nix; tmux source $XDG_CONFIG_HOME/tmux/tmux.conf'"
unbind H; bind H run 'mux switch 0'\; refresh -S
unbind J; bind J run 'mux switch 1'\; refresh -S