summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/init.lua
diff options
context:
space:
mode:
authorDhruv Manilawala <dhruvmanila@gmail.com>2021-06-09 23:28:36 +0530
committerGitHub <noreply@github.com>2021-06-09 19:58:36 +0200
commit495f84fd35e7b5bb0bb670e232725924b3b85b88 (patch)
treea975832ce28ea2f53fb27a60ddc2609652b3cf29 /lua/telescope/builtin/init.lua
parent618e0e6075b4215e43c6a848daa37ef4e354b5dc (diff)
feat: delete entry from the picker without closing telescope (#828)
This action is not mapped but you can do it yourself in your telescope setup call Example config: ```lua require("telescope").setup { pickers = { buffers = { mappings = { i = { ["<c-d>"] = "delete_buffer", } } } } } ```
Diffstat (limited to 'lua/telescope/builtin/init.lua')
0 files changed, 0 insertions, 0 deletions