Added vim bindings for ncmpcpp

This commit is contained in:
2025-05-20 02:05:24 -04:00
parent ed4f1508ef
commit 24b2035dd9

View File

@@ -172,7 +172,15 @@
];
};
programs.ncmpcpp.enable = true;
programs.ncmpcpp = {
enable = true;
bindings = [
{ key = "h"; command = "previous_column"; }
{ key = "j"; command = "scroll_down"; }
{ key = "k"; command = "scroll_up"; }
{ key = "l"; command = "next_column"; }
];
};
programs.obs-studio.enable = true;