diff options
author | Akshay <[email protected]> | 2020-11-04 07:01:41 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-11-04 07:01:41 +0000 |
commit | 217334f9aadadde5004de6c6f5b9e86b2a94e722 (patch) | |
tree | 328a43615089d096c94fc0594eed843aa1f5e755 | |
parent | a228e5935abe268692ef5ac3fce006ebfbe1d542 (diff) |
add urlview back
-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 |