diff --git a/README.md b/README.md index 2b942e0..220b615 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/readme/clean.gif b/readme/clean.gif new file mode 100755 index 0000000..7792251 Binary files /dev/null and b/readme/clean.gif differ diff --git a/readme/filetypes.gif b/readme/filetypes.gif new file mode 100755 index 0000000..590b082 Binary files /dev/null and b/readme/filetypes.gif differ diff --git a/readme/logo.jpg b/readme/logo.jpg deleted file mode 100644 index cc43fcf..0000000 Binary files a/readme/logo.jpg and /dev/null differ diff --git a/readme/main.gif b/readme/main.gif new file mode 100755 index 0000000..aeb5771 Binary files /dev/null and b/readme/main.gif differ diff --git a/readme/sequencial.gif b/readme/sequencial.gif new file mode 100755 index 0000000..89a90fd Binary files /dev/null and b/readme/sequencial.gif differ