feat(tmux): Add shell abbreviations

This commit is contained in:
punkfairie 2024-11-10 18:49:48 -08:00
parent 9975c78cad
commit 18988618ae

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";
};
}