Closed traverseda closed 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.
qa
Bufdel all
I added a new command :BufDelAll. Use :BufDelAll! to ignore changes.
:BufDelAll
:BufDelAll!
Awesome, I appreciate it!
I'm trying to get my vimrc to work as a terminal multiplexer like tmux. Basically I want to map
qa
toBufdel all
so that terminals will get closed properly but it will still complain about files with pending edits.