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, 0 insertions, 10 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
deleted file mode 100644
index e551cc5a..00000000
--- a/modules/home.legacy/conf/nvim/plgs/telescope/keymaps/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{...}: {
-  programs.nixvim.plugins.telescope.keymaps = {
-    "<space>rg" = {
-      action = "live_grep";
-      options = {
-        desc = "[rg] in a live session";
-      };
-    };
-  };
-}