summaryrefslogtreecommitdiff
path: root/dot_config/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/tmux/tmux.conf4
1 files changed, 1 insertions, 3 deletions
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