summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-26 22:52:44 +0200
committerPaul Buetow <paul@buetow.org>2026-01-26 22:52:44 +0200
commit6f23e67cac32c2631fb2be2b58950a087c8133f4 (patch)
tree5fb690ed374cadae807553cc0e3549ecb6e42f97
parent71b209880d0ad7149834b98ad256454041d88c81 (diff)
Update
-rw-r--r--dotfiles/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/tmux/tmux.conf b/dotfiles/tmux/tmux.conf
index 5a3a864..0bec932 100644
--- a/dotfiles/tmux/tmux.conf
+++ b/dotfiles/tmux/tmux.conf
@@ -21,6 +21,7 @@ bind-key g popup -E -w 95% -h 95% -d '#{pane_current_path}' lazygit
bind-key f popup -E -w 95% -h 95% -d '#{pane_current_path}' ranger
bind-key e popup -E -w 95% -h 95% -d '#{pane_current_path}' hx
bind-key N popup -E -w 95% -h 95% hx ~/Notes
+bind-key t popup -E -w 95% -h 95% hx fish
# bind-key b break-pane -d
bind-key c new-window -c '#{pane_current_path}'