summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authormono-b <monoblanco@DRAINERDOMAIN.localdomain>2022-12-26 04:08:53 -0300
committermono-b <monoblanco@DRAINERDOMAIN.localdomain>2022-12-26 04:08:53 -0300
commit8dc8f2d52338fd87e7763995e6732f5a295300e8 (patch)
tree56ea8a124b9a81e42251ffa1be92ad6475d7bef3 /tmux/tmux.conf
huh
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf8
1 files changed, 8 insertions, 0 deletions
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"'