nix-community.nixvim/tests/test-sources/modules/keymaps.nix

6 lines
71 B
Nix
Raw Normal View History

2023-03-22 07:42:02 +01:00
{
example = {
maps.normal."," = "<cmd>echo \"test\"<cr>";
};
}