chentoast / marks.nvim

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

Close preview #61

Open sphynx79 opened 2 years ago

sphynx79 commented 2 years ago

There is way to close preview windows??

chentoast commented 2 years ago

The same way you would close any other vim window; using :q or ZZ and friends.

carlos-gtz commented 1 month ago

@chentoast would be good to add a way to add a filetype to the preview window so we can, for example, create an autocmd to close with q 🤔