feat(tmux): Add shell abbreviations
This commit is contained in:
parent
c9682172dd
commit
4e7bb134df
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue