blob: 172f59eee6337ba75abcb036679fe7d045da335d (
plain)
1
2
3
4
5
6
7
8
|
# Prefix Ctrl+b
bind P paste-buffer
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; split-window -h '$SHELL -c "urlview < /tmp/tmux-buffer"'
bind-key z \; split-window -h '$SHELL -c "lf ~/stf"'
|