diff options
-rw-r--r-- | tmux/.tmux.conf | 5 |
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 | |||
28 | bind-key ( swap-window -t -1 | 28 | bind-key ( swap-window -t -1 |
29 | bind-key [ copy-mode | 29 | bind-key [ copy-mode |
30 | 30 | ||
31 | bind-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 |
32 | bind -n M-down set -q status off | 37 | bind -n M-down set -q status off |
33 | bind -n M-up set -q status on | 38 | bind -n M-up set -q status on |