diff options
| author | 2021-05-06 12:12:13 -0400 | |
|---|---|---|
| committer | 2021-05-06 12:12:13 -0400 | |
| commit | 6761aa3d69edf06596a831cbe37569bb2efe65f2 (patch) | |
| tree | dbd2ddbd1338ccfc6d80b80392536e0d0795c8ed /dot_config/tmux/linux-clipboard.tmux | |
| parent | remove (neo)vim (diff) | |
update tmux conf
Diffstat (limited to '')
| -rw-r--r-- | dot_config/tmux/linux-clipboard.tmux | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dot_config/tmux/linux-clipboard.tmux b/dot_config/tmux/linux-clipboard.tmux deleted file mode 100644 index 5b2a711..0000000 --- a/dot_config/tmux/linux-clipboard.tmux +++ /dev/null @@ -1,6 +0,0 @@ -bind -T copy-mode MouseDragEnd1Pane send -X copy-pipe-and-cancel "xsel -ib" -bind -T copy-mode-vi MouseDragEnd1Pane send -X copy-pipe-and-cancel "xsel -ib" - -bind -n M-C-v run "xsel -ob | tmux load-buffer -; tmux paste-buffer" - -# vim: ft=tmux |
