Rename splitHP to splitLAPTOP
This commit is contained in:
parent
8a1867f5d0
commit
34c74fb737
|
@ -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"
|
||||
|
||||
### }}}
|
||||
|
||||
|
|
|
@ -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"
|
||||
### }}}
|
||||
|
|
Loading…
Reference in New Issue