From 8dc8f2d52338fd87e7763995e6732f5a295300e8 Mon Sep 17 00:00:00 2001 From: mono-b Date: Mon, 26 Dec 2022 04:08:53 -0300 Subject: huh --- tmux/tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tmux/tmux.conf (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..172f59e --- /dev/null +++ b/tmux/tmux.conf @@ -0,0 +1,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"' -- cgit v1.2.1