summaryrefslogtreecommitdiff
path: root/dot_config/tmux
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2021-05-06 12:12:13 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2021-05-06 12:12:13 -0400
commit6761aa3d69edf06596a831cbe37569bb2efe65f2 (patch)
treedbd2ddbd1338ccfc6d80b80392536e0d0795c8ed /dot_config/tmux
parentremove (neo)vim (diff)
update tmux conf
Diffstat (limited to '')
-rw-r--r--dot_config/tmux/linux-clipboard.tmux6
-rw-r--r--dot_config/tmux/tmux.conf4
2 files changed, 1 insertions, 9 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
diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf
index 4fd021f..5b0f01f 100644
--- a/dot_config/tmux/tmux.conf
+++ b/dot_config/tmux/tmux.conf
@@ -15,6 +15,7 @@ set -g set-titles-string "#T"
# true colors
set -ga terminal-overrides ",alacritty:RGB"
+set -ga terminal-overrides ",foot:RGB"
set -ga terminal-overrides ",*256col*:RGB"
set -ga terminal-overrides ",xterm-kitty:RGB"
@@ -31,9 +32,6 @@ bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
-# convenient copy/paste
-if "uname | grep -q Linux" "source-file ~/.config/tmux/linux-clipboard.tmux" # requires xsel
-
# convenience
bind r source-file ~/.config/tmux/tmux.conf