@@ -5,7 +5,7 @@ Table of Contents *cutlass.nvim-table-of-contents*
55
661. ✂️ cutlass.nvim | cutlass.nvim-✂️-cutlass.nvim |
77 - ✨ Features | cutlass.nvim-✨-features |
8- - ❔ Why would you want to do this?| cutlass.nvim-❔ -why-would-you-want-to-do-this? |
8+ - 🤔 Why would you want to do this?| cutlass.nvim-🤔 -why-would-you-want-to-do-this? |
99 - ⚡️ Requirements | cutlass.nvim-⚡️-requirements |
1010 - 📦 Installation | cutlass.nvim-📦-installation |
1111 - ⚙️ Configuration | cutlass.nvim-⚙️-configuration |
@@ -16,9 +16,10 @@ Table of Contents *cutlass.nvim-table-of-contents*
16161. ✂️ cutlass.nvim *cutlass.nvim-✂️-cutlass.nvim*
1717
1818<img
19- src='https://github.com/gbprod/cutlass.nvim/actions/workflows/integration.yml/badge.svg '
19+ src='https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua '
20+ title=''/> <img
21+ src='https://img.shields.io/github/workflow/status/gbprod/cutlass.nvim/Integration?style=for-the-badge '
2022title=''/>
21- <https://github.com/gbprod/cutlass.nvim/actions/workflows/integration.yml >
2223
2324Cutlass overrides the delete operations to actually just delete and not affect
2425the current yank.
@@ -31,7 +32,7 @@ It overrides the following keys to always use the black hole register: `c`,
3132Note that if you have already mapped these keys to something else (like we do
3233below with `x ` ) then it will not change it again.
3334
34- ❔ WHY WOULD YOU WANT TO DO THIS?*cutlass.nvim-❔ -why-would-you-want-to-do-this?*
35+ 🤔 WHY WOULD YOU WANT TO DO THIS?*cutlass.nvim-🤔 -why-would-you-want-to-do-this?*
3536
3637See here
3738<http://vimcasts.org/blog/2013/11/registers-the-good-the-bad-and-the-ugly-parts/ >.
0 commit comments