aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/soispha/conf/nvim/plgs/telescope/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/soispha/conf/nvim/plgs/telescope/keymaps')
-rw-r--r--modules/home/soispha/conf/nvim/plgs/telescope/keymaps/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/home/soispha/conf/nvim/plgs/telescope/keymaps/default.nix b/modules/home/soispha/conf/nvim/plgs/telescope/keymaps/default.nix
new file mode 100644
index 00000000..e551cc5a
--- /dev/null
+++ b/modules/home/soispha/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";
+ };
+ };
+ };
+}