tmux: tmux a fish abbreviation
This commit is contained in:
parent
2c548b4ac3
commit
59044237ee
1 changed files with 4 additions and 0 deletions
|
@ -41,5 +41,9 @@ in
|
|||
${lib.optionalString sessionizer.enable ''bind-key -r f run-shell "tmux neww ${sessionizer.pkg}/bin/tmux-sessionizer"''}
|
||||
'';
|
||||
};
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
a = "tmux a";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue