feat(tmux): Add shell abbreviations

This commit is contained in:
punkfairie 2024-11-10 18:49:48 -08:00
parent c9682172dd
commit 4e7bb134df
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -142,4 +142,9 @@
bind -T copy-mode-vi Escape if-shell -F '#{selection_present}' 'send -X clear-selection' 'send -X cancel'
'';
};
home.shellAbbrs = {
tmain = "tmux new -s main -A";
tmobile = "tmux new -s mobile -A";
};
}