tiagovla / scope.nvim

Revolutionize Your Neovim Tab Workflow: Introducing Enhanced Tab Scoping!
406 stars 21 forks source link

feat(close_buffer): Support to smart deletion of buffer #31

Closed evertonse closed 3 months ago

evertonse commented 3 months ago

A lotta times we wanna close a buffer but only in current tab, as opposed to closing in every single tab. Optionally, ask if we're sure about closing the last buffer on the last tab.

Usage:

lua require('scope.core').close_buffer()

https://github.com/user-attachments/assets/8a294381-ada2-42a9-8f69-46f664f0822f

tiagovla commented 3 months ago

Cool!