VonHeikemen / fine-cmdline.nvim

Enter ex-commands in a nice floating input.
MIT License
445 stars 7 forks source link

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

Closed VonHeikemen closed 2 years ago

VonHeikemen commented 2 years ago

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.

Shougo commented 2 years ago

I think disable all default mappings is better.

VonHeikemen commented 2 years ago

Disable all mappings it is.

Shougo commented 2 years ago

It works!