practicalli

gdubs 2024-06-19T22:06:01.575509Z

When I do a <SPC> f p I get the following:

gdubs 2024-06-19T22:06:16.058679Z

If I run :Telescope, I don't see any projects in there.

gdubs 2024-06-19T22:06:38.148189Z

I see <SPC> f p defined in user-practicalli.lua

practicalli-johnny 2024-06-20T07:18:21.853179Z

Good catch. I will comment the extra key mapping for project.

practicalli-johnny 2024-06-20T07:20:29.276409Z

AstroNvim core plugin includes a plugin that switches root automatically, so project feels superfluous. Although if there is feedback that project plugin is useful, I can add it back to the config

gdubs 2024-06-19T21:59:51.989219Z

Often I see an ephemeral red 'toast' notification in the bottom right. How can I see these after they disappear? They don't show up in :messages.

gdubs 2024-06-19T22:00:06.954739Z

example:

gdubs 2024-06-19T22:33:56.331169Z

Found it! <SPC> f n.

practicalli-johnny 2024-06-20T07:26:16.799829Z

I have increased the message popup time so messages do show for 2 seconds rather than 3 The level key in nvim-notify controls how many different types of message are shown. The default level 5 shows every type, so I made it bit quieter using level 3. Using SPC f n shows the history and selecting a message allows it to be yanked

gdubs 2024-06-19T22:01:51.118849Z

Is there anything that's like the equivalent of spacemac's <SPC> r l which opens up the most recent quicklist? Like, if I do <SPC> f w to search for stuff and want to go back to the list after selecting an entry.

gdubs 2024-06-19T22:27:31.472579Z

found it! <SPC> f <CR>

Lucio Assis 2024-07-27T21:17:40.749179Z

Holy crap, I've been looking for this for ages, thank you!

practicalli-johnny 2024-06-20T07:28:28.179919Z

This isn't something I have used yet, so thanks for the tip. Lots of useful things to add to the docs, thanks for the questions.