ojroques / nvim-bufdel

A Neovim plugin to improve buffer deletion
BSD 2-Clause "Simplified" License
170 stars 4 forks source link

Close all buffers? #5

Closed traverseda closed 1 year ago

traverseda commented 1 year ago

I'm trying to get my vimrc to work as a terminal multiplexer like tmux. Basically I want to map qa to Bufdel all so that terminals will get closed properly but it will still complain about files with pending edits.

ojroques commented 1 year ago

I added a new command :BufDelAll. Use :BufDelAll! to ignore changes.

traverseda commented 1 year ago

Awesome, I appreciate it!