From 1d903ad89673b4785927894292be5b0bdbaddbaf Mon Sep 17 00:00:00 2001 From: pr0c3550r Date: Sun, 22 Jan 2023 00:28:09 +0100 Subject: [PATCH] set tmux cursor style --- tmux/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 2ae0b17..0f65261 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -52,3 +52,4 @@ set -g status-style bg="#1d2021",fg="#d4be98",bold set -g status-keys vi set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] C-a ,}' +set -g cursor-style blinking-underline