chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
783 stars 40 forks source link

Add keymapping in preview window #86

Open fjchen7 opened 1 year ago

fjchen7 commented 1 year ago

When I toggle preview by m:, the cursor will enter to preview window and I need to use :q to quit. It is inconvenient.

Can we add some actions binding to this preview buffer, and provide the options to customize them? e.g. add close action and then we can bind q or <esc> to it.

simanga-dev commented 9 months ago

I would love to have this feature as well. q or <c-c> would be much better... I will try to look at the code over the weekend see if I can code it