diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-26 21:50:10 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-26 21:50:10 +0200 |
| commit | 71b209880d0ad7149834b98ad256454041d88c81 (patch) | |
| tree | 529e5f409fb87708a5cff9a657bf146c7c8d6a2d | |
| parent | 70f17375c6ee0076dd9545c746173eeea82332b4 (diff) | |
Update
| -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 1b54b40..5a3a864 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 b break-pane -d bind-key c new-window -c '#{pane_current_path}' bind-key F new-window -n "session-switcher" "tmux list-sessions | fzf | cut -d: -f1 | xargs tmux switch-client -t" |
