From 34c74fb73769986f06e7e22c0d4065b4d086477a Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 12 Dec 2022 09:56:25 +0100 Subject: [PATCH] Rename splitHP to splitLAPTOP --- splitHP => splitLAPTOP | 0 tmux.conf | 1 - tmux.conf.local | 2 ++ 3 files changed, 2 insertions(+), 1 deletion(-) rename splitHP => splitLAPTOP (100%) diff --git a/splitHP b/splitLAPTOP similarity index 100% rename from splitHP rename to splitLAPTOP diff --git a/tmux.conf b/tmux.conf index ef288e9..a914e36 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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" ### }}} diff --git a/tmux.conf.local b/tmux.conf.local index 26db252..bdac615 100644 --- a/tmux.conf.local +++ b/tmux.conf.local @@ -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" ### }}}