fix(tmux): fix continuum timer

This commit is contained in:
Barrett Ruth 2026-02-14 23:11:51 -05:00
parent bcd5cdc1bf
commit 3aceeeca75
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 6 additions and 3 deletions

View file

@ -61,6 +61,7 @@ unbind m; bind m set -g mouse\; run-shell 'mux bar'\; refresh -S
unbind ^; bind ^ last-window
unbind w; bind w kill-pane;
unbind t; bind t neww -c '#{pane_current_path}'
unbind e; bind e neww -n 'tmux.conf' "sh -c 'nvim $XDG_CONFIG_HOME/nix/config/tmux/tmux.conf; tmux source $XDG_CONFIG_HOME/tmux/tmux.conf'"
unbind H; bind H run 'mux switch 0'\; refresh -S