summaryrefslogtreecommitdiff
path: root/dot_config/tmux/tmux.conf
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/tmux.conf
parentremove (neo)vim (diff)
update tmux conf
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