VonHeikemen / fine-cmdline.nvim

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

Persistent list for previously ran commands and commands being entered. #6

Closed txtyash closed 2 years ago

txtyash commented 2 years ago

I wish that this plugins window was similar to q: where I can see the previously ran commands and use vim keybindings. It'd also be great to see command suggestions when typing commands without having to press tab to see a list.

VonHeikemen commented 2 years ago

I wish that this plugins window was similar to q: where I can see the previously ran commands

I can't do that. You might want to check out this: cmdbuf.nvim or maybe Telescope (specifically Telescope command_history).

and use vim keybindings

There is an issue with normal. I'm working on it.

It'd also be great to see command suggestions when typing commands without having to press tab to see a list.

For this you'll need full on completion engine.

txtyash commented 2 years ago

Okay