File tree Expand file tree Collapse file tree 6 files changed +36
-10
lines changed Expand file tree Collapse file tree 6 files changed +36
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
:rocket : ** No more hassle with file paths!** The fastest way to open an instant scratch buffer.
4
4
5
- For Vim/ Neovim.
5
+ For both : star : Vim: star : and : star : Neovim: star : .
6
6
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 )
16
8
17
9
## Table of Contents
18
10
@@ -25,6 +17,40 @@ This Vim plugin is created by **Cline (Roo Code)** and me!
25
17
- [ :keyboard : Default Keymappings] ( #keyboard-default-keymappings )
26
18
- [ :sparkles : scratch.vim Compatibility] ( #sparkles-scratchvim-compatibility )
27
19
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
+
28
54
## :wrench : Quick Start
29
55
30
56
``` vim
You can’t perform that action at this time.
0 commit comments