From 12d00fa4cdf2788203bd017379aacd554306ce5e Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 17 Mar 2025 18:38:18 +0100 Subject: [PATCH] addet keymap to go into 'hover' mode (thats why its h) removed Conflicts --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 08264be..9401783 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,7 @@ set -g mouse on # ─< set the prefix to "C-Space" >──────────────────────────────────────────────────────── set -g prefix C-Space bind C-Space send-prefix +bind h copy-mode # Ensure that when prefix is pressed, the mode indicator is shown set -g mode-keys vi # Use vi keybindings in copy mode @@ -93,7 +94,6 @@ set -g @mode_indicator_empty_mode_style 'bg=#fabd2f,fg=#1d2021' # set -g @plugin 'egel/tmux-gruvbox' # Gruvbox theme for tmux set -g @plugin 'https://git.k4li.de/mirrors/tmux-gruvbox' set -g @tmux-gruvbox 'dark256' # Can be 'dark', 'dark256', 'light', 'light256' -# set -g @tmux-gruvbox-right-bg set -g @tmux-gruvbox-left-status-a '#{tmux_mode_indicator}' set -g @tmux-gruvbox-right-status-z "$USER@#h " # Hostname and tmux mode indicator set -g @tmux-gruvbox-right-status-x '#[fg=yellow] %H:%M' # Time format 24H