diff options
Diffstat (limited to 'core/mac/.tmux.conf')
| -rw-r--r-- | core/mac/.tmux.conf | 11 |
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 | ||
| 2 | setw -g mode-keys vi | ||
| 3 | |||
| 4 | # Mouse selection | ||
| 5 | set -g mouse on | ||
| 6 | |||
| 7 | # v to start selection, y to yank (like vim) | ||
| 8 | bind-key -T copy-mode-vi v send-keys -X begin-selection | ||
| 9 | bind-key -T copy-mode-vi y send-keys -X copy-pipe-no-clear "pbcopy" | ||
| 10 | bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-no-clear "pbcopy" | ||
| 11 | bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-no-clear "pbcopy" | ||
