From 42368c31bbbd2f4095e51440f5c0e8d6ecb2644d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 19:04:01 -0300 Subject: etc/tmux/tmux.conf: Use "-" like "cd -" does --- etc/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index cd2ec6b..708feef 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -79,3 +79,4 @@ 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 - last -- cgit v1.2.3