about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs/telescope/keymaps/default.nix
blob: f0745f73529692ce08f81a06cf981d89c47c7e7f (plain) (blame)
1
2
3
4
5
6
7
8
{...}: {
  programs.nixvim.plugins.telescope.keymaps = {
    "<space>rg" = {
      action = "live_grep";
      desc = "[rg] in a live session";
    };
  };
}