about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nvim/plgs/telescope/keymaps/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/conf/nvim/plgs/telescope/keymaps/default.nix')
-rw-r--r--modules/home.legacy/conf/nvim/plgs/telescope/keymaps/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/nvim/plgs/telescope/keymaps/default.nix b/modules/home.legacy/conf/nvim/plgs/telescope/keymaps/default.nix
new file mode 100644
index 00000000..e551cc5a
--- /dev/null
+++ b/modules/home.legacy/conf/nvim/plgs/telescope/keymaps/default.nix
@@ -0,0 +1,10 @@
+{...}: {
+  programs.nixvim.plugins.telescope.keymaps = {
+    "<space>rg" = {
+      action = "live_grep";
+      options = {
+        desc = "[rg] in a live session";
+      };
+    };
+  };
+}