Commit for generation 173

This commit is contained in:
2024-10-02 05:37:17 -04:00
parent f5bcf7016c
commit b547c47c15
2 changed files with 5 additions and 5 deletions

View File

@@ -11,9 +11,9 @@
pattern = [ "*" ];
}
{
command = "!aplay ~/sound/sys/cd.wav";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
command = "lua vim.fn.jobstart({\"aplay\", \"~/sound/sys/cd.wav\"})";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
}
{
command = "silent! loadview";