VonHeikemen / fine-cmdline.nvim

Enter ex-commands in a nice floating input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persistent list for previously ran commands and commands being entered.

txtyash opened this issue · comments

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.

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.

Okay