fix(tmux): fix continuum timer
This commit is contained in:
parent
bcd5cdc1bf
commit
3aceeeca75
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue