Skip to content

Commit 14209cf

Browse files
committed
feat(readme): Add behavior images
1 parent d685ddf commit 14209cf

File tree

6 files changed

+36
-10
lines changed

6 files changed

+36
-10
lines changed

README.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22

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

5-
For Vim/Neovim.
5+
For both :star:Vim:star: and :star:Neovim:star:.
66

7-
- - -
8-
9-
![](./readme/logo.jpg)
10-
11-
- - -
12-
13-
This Vim plugin is created by **Cline (Roo Code)** and me!
14-
15-
- - -
7+
![](./readme/main.gif)
168

179
## Table of Contents
1810

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

20+
- - - - -
21+
22+
## :star: Features
23+
24+
- Open temporary buffer by **only a keymap** or a command
25+
- Auto close when you leave the opened buffer
26+
- Auto save when you leave from insert mode in the opened buffer (for file buffers)
27+
28+
![](./readme/main.gif)
29+
30+
- - -
31+
32+
- Open temporary buffer with specified filetype
33+
34+
![](./readme/filetypes.gif)
35+
36+
- - -
37+
38+
- Open multiple buffers with sequential numbering
39+
- Meaning you can:
40+
- Write multiple memos with different topics
41+
- Create a new buffer when needed without deleting the previous one
42+
- Collect your knowledges
43+
44+
![](./readme/sequencial.gif)
45+
46+
Allright, you can clean them up when you want.
47+
48+
![](./readme/clean.gif)
49+
50+
- - -
51+
52+
And more features...
53+
2854
## :wrench: Quick Start
2955

3056
```vim

readme/clean.gif

222 KB
Loading

readme/filetypes.gif

437 KB
Loading

readme/logo.jpg

-30.5 KB
Binary file not shown.

readme/main.gif

566 KB
Loading

readme/sequencial.gif

415 KB
Loading

0 commit comments

Comments
 (0)