From 6761aa3d69edf06596a831cbe37569bb2efe65f2 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 6 May 2021 12:12:13 -0400 Subject: update tmux conf --- dot_config/tmux/tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dot_config/tmux/tmux.conf') 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 -- cgit v1.2.3