Skip to content
Discussion options

You must be logged in to vote

We have a action for that that isnt mapped. This will map it to <c-d>

local actions = require("telescope.actions")

require('telescope').setup{
  pickers = {
    buffers = {
      mappings = {
        i = {
          ["<c-d>"] = actions.delete_buffer
        },
      }
    },
  },
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@despairblue
Comment options

Answer selected by despairblue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants