feat: Add <C-w> to default mappings (#1650)

As described in https://github.com/nvim-telescope/telescope.nvim/issues/1579, this adds <C-w> to the default mappings.
This commit is contained in:
Dave G
2022-01-05 17:36:41 -05:00
committed by GitHub
parent c5aad43558
commit 749ce3b8ca

View File

@@ -34,6 +34,7 @@ mappings.default_mappings = config.values.default_mappings
["<M-q>"] = actions.send_selected_to_qflist + actions.open_qflist,
["<C-l>"] = actions.complete_tag,
["<C-_>"] = actions.which_key, -- keys from pressing <C-/>
["<C-w>"] = { "<c-s-w>", type = "command" },
},
n = {