From 5602c69b745f873eedbb69f0617d2aba049c6fac Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 1 Jan 2023 19:01:51 +0100 Subject: [PATCH] chore(tmux): add window names --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1cbdcd8..ef8dd50 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 "" lazygit +bind G new-window -c "#{pane_current_path}" -n " Git" lazygit # Lazydocker -bind D new-window -c "#{pane_current_path}" -n "" lazydocker +bind D new-window -c "#{pane_current_path}" -n " Docker" lazydocker # LF Terminal File Manager bind O new-window -c "#{pane_current_path}" -n "" lf