echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
5.18k stars 187 forks source link

Question: How do I disable the navigation by "letter" on starter so I can use j, k and <CR>? #70

Closed dathinaios closed 2 years ago

dathinaios commented 2 years ago

As the title states, I don't need to navigate using letter selection as I usually just go to my last saved session and when I need to change I just want to select different one with j, k as I used to do on startify. Muscle memory is kicking in pretty strongly with this one...

echasnovski commented 2 years ago

At the moment, I don't think there is a way. And ,probably, won't be a builtin way to do so because of the main idea of using "query" before arrows.

There are at least two options for you:

dathinaios commented 2 years ago

Works a treat 😀 Thank you!