From 74cebff472e561dc275738833d2a77896e1e7cbc Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 23 Mar 2026 20:16:45 +0800 Subject: move dotfiles into mac/ dir --- .tmux.conf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf deleted file mode 100644 index fc4b931..0000000 --- a/.tmux.conf +++ /dev/null @@ -1,11 +0,0 @@ -# Vi mode for copy -setw -g mode-keys vi - -# Mouse selection -set -g mouse on - -# v to start selection, y to yank (like vim) -bind-key -T copy-mode-vi v send-keys -X begin-selection -bind-key -T copy-mode-vi y send-keys -X copy-pipe-no-clear "pbcopy" -bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-no-clear "pbcopy" -bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-no-clear "pbcopy" -- cgit