Quick way to create a new scratch buffer in #vim command! Scratch :new | ...
Words
11
Reading
1 min
Listen
Play
2y
... setlocal buftype=nofile bufhidden=hide noswapfile | file "[Scratch]"
... setlocal buftype=nofile bufhidden=hide noswapfile | file "[Scratch]"