summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorhc <hc@email.ch>2026-03-23 20:16:45 +0800
committerhc <hc@email.ch>2026-03-23 20:16:45 +0800
commit74cebff472e561dc275738833d2a77896e1e7cbc (patch)
tree54c0b169c9affd7924a146a44a843022ceec40a6 /.tmux.conf
parent4d691bef38bcc7e627e6267ca07bce99a2bde128 (diff)
move dotfiles into mac/ dir
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/.tmux.conf b/.tmux.conf
deleted file mode 100644
index fc4b931..0000000
--- a/.tmux.conf
+++ /dev/null
@@ -1,11 +0,0 @@
1# Vi mode for copy
2setw -g mode-keys vi
3
4# Mouse selection
5set -g mouse on
6
7# v to start selection, y to yank (like vim)
8bind-key -T copy-mode-vi v send-keys -X begin-selection
9bind-key -T copy-mode-vi y send-keys -X copy-pipe-no-clear "pbcopy"
10bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-no-clear "pbcopy"
11bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-no-clear "pbcopy"