music stuff

This commit is contained in:
Matt Nish-Lapidus 2025-05-01 12:57:18 -04:00
parent c7aea4abed
commit 1a69cda9ff
9 changed files with 731 additions and 37 deletions

View file

@ -87,8 +87,6 @@
{ on = ["g" "r"]; run = "shell 'ya emit cd \"$(git rev-parse --show-toplevel)\"'\n"; desc = "Go to top of git repo"; }
{ on = ["g" "p"]; run = "cd ~/Projects"; desc = "Go to ~/Projects"; }
{ on = ["g" "l"]; run = "plugin lazygit"; desc = "lazygit"; }
# { on = ["t" "p"]; run = "plugin toggle-pane min-parent"; desc = "Toggle parent"; }
# { on = ["t" "c"]; run = "plugin toggle-pane min-current"; desc = "Toggle current"; }
# { on = ["t" "r"]; run = "plugin toggle-pane min-preview"; desc = "Toggle preview"; }
@ -115,6 +113,7 @@
{ on = "<Backspace>"; run = "remove"; }
{ on = ["d" "d"]; run = "remove"; desc = "Delete files/folders"; }
{ on = ["d" "u"]; run = "plugin restore"; desc = "Restore last deleted files/folders"; }
{ on = ["d" "x"]; run = "shell 'trash-empty'"; desc = "Empty trash"; }
{ on = "F"; run = "filter --smart"; desc = "Find file"; }
{ on = "f"; run = "find --smart"; desc = "Find file"; }
@ -154,8 +153,8 @@
{ name = "*.rst"; run = "rich-preview"; }
{ name = "*.ipynb"; run = "rich-preview"; }
{ name = "*.json"; run = "rich-preview"; }
{ name = "*.lisp"; run = "rich-preview"; }
{ name = "*.el"; run = "rich-preview"; }
# { name = "*.lisp"; run = "rich-preview"; }
# { name = "*.el"; run = "rich-preview"; }
{ name = "*.org"; run = "rich-preview"; }
];
append_previewers = [