Closed Tej12345 closed 2 years ago
Hey @Tej12345 thanks for raising this issue.
I thought about shortcuts and came to this conclusion:
@Tej12345 can you give #30 a try? Will merge it after some testing.
I, on the other hand, am against that breaking change. Ability to disable default mappings is a non-breaking change that requires nothing from majority of users which most of the time use default mappings set by plugins. Those unhappy with default one should be given an option to either override existing mappings one by one or get plugins not to set them in the first place.
Everything except <C-k>
will be removed. for sure <C-k>
is a „basic“ shortcut.
About the final solution there is an ongoing discussion in #30
Everything except
will be removed. for sure is a „basic“ shortcut.
I use <C-k>
to move the file selection up when using rg
, fzf
etc.—would be great if I could override this built-in mapping.
Everything except will be removed. for sure is a „basic“ shortcut.
I use
<C-k>
to move the file selection up when usingrg
,fzf
etc.—would be great if I could override this built-in mapping.
Same here, also using C-k to navigate popup menus. It's been recommended as keybinding for e.g. cmp autocomplete as well for a while. Great plugin, thanks!
Hi @benwoodward , @matteha you can override/disable the default mappings as described in the configuration section. Just use default_mappings
to change them.
Also see this issue https://github.com/nvim-telescope/telescope-live-grep-args.nvim/issues/34
Hi @benwoodward , @matteha you can override/disable the default mappings as described in the configuration section. Just use
default_mappings
to change them.
fantastic. thank you. and thanks for putting this plugin together!
EDIT: realised that I was also placing telescope.load_extension("live_grep_args")
before the telescope.setup
rather than after
Please add the ability to disable default mappings. Since Ctrl-K for me is mapped to cycle through telescope history, but telescope-live-grep-args forces its behaviour...