diff options
Diffstat (limited to 'etc/tmux/tmux.conf')
-rw-r--r-- | etc/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index f2da33b..20468aa 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -82,5 +82,5 @@ bind-key t resize-pane -x 80 bind -n M-r attach-session -t . -c '#{pane_current_path}' \; display-message "CWD for session updated to #{pane_current_path}!" -bind-key u capture-pane \; save-buffer /tmp/tmux-urlscan-buffer \; new-window -n "urlscan" '$SHELL -c "urlscan < /tmp/tmux-urlscan-buffer"' +bind-key u capture-pane \; save-buffer $XDG_RUNTIME_DIR/tmux-urlscan-buffer \; new-window -n "urlscan" '$SHELL -c "urlscan < $XDG_RUNTIME_DIR/tmux-urlscan-buffer"' bind-key - last |