update tmux

This commit is contained in:
2025-08-02 01:21:14 +01:00
parent 43e4fea1e0
commit 16861d8314

View File

@ -1,4 +1,5 @@
set-option -g default-shell /usr/bin/zsh
set-option -g default-command "${SHELL}"
set-option -g default-shell "${SHELL}"
set -g mouse on
@ -28,4 +29,4 @@ bind c new-window -c "#{pane_current_path}"
bind \" split-pane -c "#{pane_current_path}"
bind % split-pane -h -c "#{pane_current_path}"
bind p run-shell tmuxpopup
bind p run-shell /home/fergus/.local/bin/tmuxpopup