Skip to content

Commit

Permalink
nvim.telescope: keymaps to add common options in live_args
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamadriz committed May 29, 2023
1 parent 58a05de commit 81c1310
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions private_dot_config/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ return {
["<C-'>"] = require("telescope-live-grep-args.actions").quote_prompt(),
["<C-i>"] = require("telescope-live-grep-args.actions").quote_prompt {
postfix = " --iglob ",
quote_char = "",
},
["<C-;>"] = require("telescope-live-grep-args.actions").quote_prompt {
postfix = " --word-regexp ",
quote_char = "",
},
},
},
Expand Down

0 comments on commit 81c1310

Please sign in to comment.