diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 19:04:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 19:04:01 -0300 |
commit | 42368c31bbbd2f4095e51440f5c0e8d6ecb2644d (patch) | |
tree | e2304cceede80f45a3db2b40502aebb5556122ba /etc/tmux/tmux.conf | |
parent | etc/tmux/tmux.conf: Increase contrast of status bar (diff) | |
download | dotfiles-42368c31bbbd2f4095e51440f5c0e8d6ecb2644d.tar.gz dotfiles-42368c31bbbd2f4095e51440f5c0e8d6ecb2644d.tar.xz |
etc/tmux/tmux.conf: Use "-" like "cd -" does
Diffstat (limited to 'etc/tmux/tmux.conf')
-rw-r--r-- | etc/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |