We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827ea7c commit 327e855Copy full SHA for 327e855
init.lua
@@ -383,11 +383,18 @@ require('lazy').setup({
383
-- You can put your default mappings / updates / etc. in here
384
-- All the info you're looking for is in `:help telescope.setup()`
385
--
386
- -- defaults = {
387
- -- mappings = {
388
- -- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
389
- -- },
390
+ defaults = {
+ mappings = {
+ n = {
+ ['<c-d>'] = require('telescope.actions').delete_buffer,
+ },
391
+ i = {
392
+ ['<C-h>'] = 'which_key',
393
394
395
+ -- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
396
397
398
-- pickers = {}
399
extensions = {
400
['ui-select'] = {
0 commit comments