From 5d8bbd75eae1b628f2c294695408abcd69699635 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 4 Mar 2023 11:21:57 +0100 Subject: [PATCH] chore(tmux): switch to icon based window status --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 4975463..a77633e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -90,10 +90,10 @@ bind-key & kill-window bind-key x kill-pane # Lazygit -bind G new-window -c "#{pane_current_path}" -n " Git" lazygit +bind G new-window -c "#{pane_current_path}" -n "" lazygit # Lazydocker -bind D new-window -c "#{pane_current_path}" -n " Docker" lazydocker +bind D new-window -c "#{pane_current_path}" -n "" lazydocker # LF Terminal File Manager bind O new-window -c "#{pane_current_path}" -n "" lf