Added vim bindings for ncmpcpp
This commit is contained in:
10
home.nix
10
home.nix
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user