9 lines
107 B
Nix
9 lines
107 B
Nix
{
|
|
keymaps = [
|
|
{
|
|
action = "<cmd>Telescope live_grep<CR>";
|
|
key = "<leader>g";
|
|
}
|
|
];
|
|
}
|