summaryrefslogtreecommitdiff
path: root/core/mac/.tmux.conf
diff options
context:
space:
mode:
authorhc <hc@email.ch>2026-03-23 20:13:46 +0800
committerhc <hc@email.ch>2026-03-23 20:13:46 +0800
commitff92ee33f5ee007d6c9ffd08b5ed64c6088b7318 (patch)
tree1ae4317ed13677609328aa64d9ce3e6fef85953a /core/mac/.tmux.conf
parent5a7d648c17316f70e903b9b6718c972de6a9df97 (diff)
move mac dotfiles to repo root
Diffstat (limited to 'core/mac/.tmux.conf')
-rw-r--r--core/mac/.tmux.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/mac/.tmux.conf b/core/mac/.tmux.conf
deleted file mode 100644
index fc4b931..0000000
--- a/core/mac/.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"