Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 36 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@

:rocket: **No more hassle with file paths!** The fastest way to open an instant scratch buffer.

For Vim/Neovim.
For both :star:Vim:star: and :star:Neovim:star:.

- - -

![](./readme/logo.jpg)

- - -

This Vim plugin is created by **Cline (Roo Code)** and me!

- - -
![](./readme/main.gif)

## Table of Contents

Expand All @@ -25,6 +17,40 @@ This Vim plugin is created by **Cline (Roo Code)** and me!
- [:keyboard: Default Keymappings](#keyboard-default-keymappings)
- [:sparkles: scratch.vim Compatibility](#sparkles-scratchvim-compatibility)

- - - - -

## :star: Features

- Open temporary buffer by **only a keymap** or a command
- Auto close when you leave the opened buffer
- Auto save when you leave from insert mode in the opened buffer (for file buffers)

![](./readme/main.gif)

- - -

- Open temporary buffer with specified filetype

![](./readme/filetypes.gif)

- - -

- Open multiple buffers with sequential numbering
- Meaning you can:
- Write multiple memos with different topics
- Create a new buffer when needed without deleting the previous one
- Collect your knowledges

![](./readme/sequencial.gif)

Allright, you can clean them up when you want.

![](./readme/clean.gif)

- - -

And more features...

## :wrench: Quick Start

```vim
Expand Down
Binary file added readme/clean.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/filetypes.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed readme/logo.jpg
Binary file not shown.
Binary file added readme/main.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/sequencial.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.