diff options
| -rw-r--r-- | dotfiles/tmux/tmux.conf | 1 |
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}' |
