diff --git a/home/programs/tmux.nix b/home/programs/tmux.nix index 39b143e..2d749a2 100644 --- a/home/programs/tmux.nix +++ b/home/programs/tmux.nix @@ -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"; + }; }