VonHeikemen / fine-cmdline.nvim

Enter ex-commands in a nice floating input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to disable `<Tab>` and `<S-Tab>` or an option to disable all default bindings?

VonHeikemen opened this issue · comments

In theory, if I never remap <Tab> then integration with completion engines should be easier.

This integration should be possible through configuration in the .setup() function. Disabling all defaults should not be a big deal... it's just three more lines of code you'll have to copy/paste from the documentation.

I think disable all default mappings is better.

Disable all mappings it is.

It works!