addet keymap to go into 'hover' mode (thats why its h)

removed Conflicts
This commit is contained in:
pika 2025-03-17 18:38:18 +01:00
parent 68ee1dc623
commit 12d00fa4cd

View file

@ -11,6 +11,7 @@ set -g mouse on
# ─< set the prefix to "C-Space" >──────────────────────────────────────────────────────── # ─< set the prefix to "C-Space" >────────────────────────────────────────────────────────
set -g prefix C-Space set -g prefix C-Space
bind C-Space send-prefix bind C-Space send-prefix
bind h copy-mode
# Ensure that when prefix is pressed, the mode indicator is shown # Ensure that when prefix is pressed, the mode indicator is shown
set -g mode-keys vi # Use vi keybindings in copy mode 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 'egel/tmux-gruvbox' # Gruvbox theme for tmux
set -g @plugin 'https://git.k4li.de/mirrors/tmux-gruvbox' 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 '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-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-z "$USER@#h " # Hostname and tmux mode indicator
set -g @tmux-gruvbox-right-status-x '#[fg=yellow] %H:%M' # Time format 24H set -g @tmux-gruvbox-right-status-x '#[fg=yellow] %H:%M' # Time format 24H