Closed cruisercoder closed 4 years ago
My current solution below (mapped to space), which saves the any buffer changes before calling MRU.
nnoremap
This doesn't work for me, so it must depend on some part of your .vimrc
that is not shown here. I use this instead (to open MRU using ctrl+w):
noremap <C-w> :up!<CR>:MRU<CR>
What's the recommend way to handle writing the buffer when invoking MRU to avoid opening a new window when there are changes in the current buffer? autowrite / autowriteall does not seem to apply and it would make using and explaining MRU to new users.