diff options
| author | EuAndreh <eu@euandre.org> | 2022-01-04 15:05:51 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-01-04 15:05:51 -0300 |
| commit | c936d1f6c8a4b2203ebfad0249d2e5aadb93cfaa (patch) | |
| tree | c7552fa83973644f4ec0d83b0e71ce526de2cc22 | |
| parent | tmux.conf: Remove default status bar info (diff) | |
| download | dotfiles-c936d1f6c8a4b2203ebfad0249d2e5aadb93cfaa.tar.gz dotfiles-c936d1f6c8a4b2203ebfad0249d2e5aadb93cfaa.tar.xz | |
tmux.conf: Add bind-key for u and t
| -rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -76,3 +76,7 @@ set-option -gw xterm-keys on # Display pane numbers for longer # https://unix.stackexchange.com/questions/307696/how-to-increase-tmux-pane-numbers-display-time-ctrl-b-q set -g display-panes-time 2500 + +bind-key u capture-pane \; save-buffer /tmp/tmux-urlscan-buffer \; new-window -n "urlscan" '$SHELL -c "urlscan < /tmp/tmux-urlscan-buffer"' + +bind-key t resize-pane -x 80 |
