aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-04 15:05:51 -0300
committerEuAndreh <eu@euandre.org>2022-01-04 15:05:51 -0300
commitc936d1f6c8a4b2203ebfad0249d2e5aadb93cfaa (patch)
treec7552fa83973644f4ec0d83b0e71ce526de2cc22
parenttmux.conf: Remove default status bar info (diff)
downloaddotfiles-c936d1f6c8a4b2203ebfad0249d2e5aadb93cfaa.tar.gz
dotfiles-c936d1f6c8a4b2203ebfad0249d2e5aadb93cfaa.tar.xz
tmux.conf: Add bind-key for u and t
-rw-r--r--tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 06f70b57..8dd08b27 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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