Rename splitHP to splitLAPTOP

This commit is contained in:
gardouille 2022-12-12 09:56:25 +01:00
parent 8a1867f5d0
commit 34c74fb737
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
3 changed files with 2 additions and 1 deletions

View File

@ -245,7 +245,6 @@ if 'command -v cmatrix' 'set -g lock-command "cmatrix -s && physlock"' 'set -g l
# Initialize sessions
bind I source-file ~/.tmux/splitWORKSTATION\; display-message "tmux split for Work"
bind V source-file ~/.tmux/split101010\; display-message "tmux split for 101010"
bind H source-file ~/.tmux/splitHP\; display-message "tmux split for HP"
### }}}

View File

@ -71,5 +71,7 @@ bind a send-prefix
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
# Initialize sessions
bind I source-file ~/.tmux/splitWORK\; display-message "tmux split for Work"
bind H source-file ~/.tmux/splitLAPTOP\; display-message "tmux split for Laptop"
### }}}