VonHeikemen / fine-cmdline.nvim

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

should 'smart_history' be the default for <Up> and <Down>? #15

Closed VonHeikemen closed 2 years ago

VonHeikemen commented 2 years ago

If not, I could just bind it to something else like shift + up and shift + down. That way you can "opt in" at will.

For context:

When smart_history is enabled, the user input is used as a search term, then when you navigate the history only the entries that begin with that term will show up. Imagine PackerSync is in your command history, just enter the string Pack and press <Up> to start looking for it.