]> git.rmz.io Git - dotfiles.git/blobdiff - tmux/tmux.conf
mpv: don't ignore vp9 codecs
[dotfiles.git] / tmux / tmux.conf
index 45283b9c3087dd15d984d7672f6be77869d25f83..4e4a71ea197d82e0add24be8ffbb4ffdf11457c5 100644 (file)
@@ -3,6 +3,7 @@ set -g default-terminal "tmux-256color"
 set -ag terminal-overrides ",xterm-kitty:Tc"
 set -g set-titles on
 
+set -g mouse
 set -g mode-keys vi
 
 bind-key Escape copy-mode
@@ -13,10 +14,6 @@ bind-key -T copy-mode-vi 'y'      send-keys -X copy-selection
 bind-key -T copy-mode-vi 'Space'  send-keys -X halfpage-down
 bind-key -T copy-mode-vi 'Bspace' send-keys -X halfpage-up
 
-# extra commands for interacting with the ICCCM clipboard
-bind-key C-c run "tmux save-buffer - | xclip -i -sel clipboard"
-bind-key C-v run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer"
-
 # easy-to-remember split pane commands
 bind-key | split-window -h
 bind-key - split-window -v