aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/.tmux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index d52c29d..4939119 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -28,6 +28,11 @@ bind-key ) swap-window -t +1
28bind-key ( swap-window -t -1 28bind-key ( swap-window -t -1
29bind-key [ copy-mode 29bind-key [ copy-mode
30 30
31bind-key u capture-pane -J \; \
32 save-buffer "${HOME}/tmp/.tmux-buffer" \; \
33 delete-buffer \; \
34 split-window -l 10 "urlview '${HOME}/tmp/.tmux-buffer'"
35
31# statusline hide / unhide 36# statusline hide / unhide
32bind -n M-down set -q status off 37bind -n M-down set -q status off
33bind -n M-up set -q status on 38bind -n M-up set -q status on