addet keymap to go into 'hover' mode (thats why its h)
removed Conflicts
This commit is contained in:
parent
68ee1dc623
commit
12d00fa4cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue