Skip to content

[Feature Request] Allow mappings in insert mode #78

Description

@IroncladDev

It would be nice if you could add mappings to the search input for insert mode, similarly to how telescope does it

                mappings = {
                    i = {
                        ["<A-BS>"] = function()
                            vim.api.nvim_input("<C-w>")
                        end
                    }
                },

In my case, I would like to remap <A-BS> (alt-backspace) to input <C-w>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions