Giter Club home page Giter Club logo

Comments (5)

JoseConseco avatar JoseConseco commented on August 11, 2024 2

I just noticed you are from Ukraine. I hope you are fine and Ukraine will keep it independence from Russia.

from mini.nvim.

echasnovski avatar echasnovski commented on August 11, 2024 1

Fixed having to type <CR> even with evaluate_single - accidentally introduced hit-enter-prompt. Should be fixed in latest main commit.

About your rv query even if you press single s. This seems like a configuration issue, because I couldn't reproduce. Could you, please, post full config and reproducible steps?

from mini.nvim.

JoseConseco avatar JoseConseco commented on August 11, 2024 1

rv messages is gone now. Thx for the fix.

from mini.nvim.

echasnovski avatar echasnovski commented on August 11, 2024

Thanks for suggestion! It does seem to be a reasonable behavior, not sure why I didn't do this originally. Should be implemented in current main branch.

And thank you very much for your kind words about current situation in Ukraine. I managed to more or less settle for the moment, but not quite sure what will happen in the near future. So there might be pauses in development of this plugin.

from mini.nvim.

JoseConseco avatar JoseConseco commented on August 11, 2024

I just tried latest update- and I see regression - eg when I press s for sessions I get this message:
image
I have to press 'ret' to then open telescope - and it then works ok.
My actions:

local my_items = {
	starter.sections.builtin_actions(),
	{ name = 'Sessions', action = ":Telescope sessions_picker", section = 'Telescope' },
	{ name = 'Recent Files', action = ':Telescope oldfiles', section = 'Telescope' },
	{ name = 'File Brower', action = ':Telescope file_browser', section = 'Telescope' },
	-- starter.sections.recent_files(10, false),
	-- starter.sections.recent_files(10, true),
	-- Use this if you set up 'mini.sessions'
	starter.sections.sessions(9, true),
	{ name = 'Addons', action = ':Explore ~/.config/blender/2.82/scripts/addons', section = 'Bookmarks' },
	{ name = 'NvimPlugs', action = ':Explore ~/.local/share/nvim/site/pack/packer/start', section = 'Bookmarks' },

}

And I have enabled - 'autoopen'. Other actions - including sessions - also now require pressint ret. It was working ok before latest update - item would be executed immediately after pressing its key.

from mini.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.