File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 <a href="LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
88 <a href="https://github.com/BooleanCube/keylab.nvim/actions"><img alt="Actions" src="https://img.shields.io/github/actions/workflow/status/BooleanCube/keylab.nvim/main.yml?style=flat-square&branch=master"></a>
99 <a href="doc/keylab.txt"><img alt="Doc" src="https://img.shields.io/badge/doc-%3Ah%20keylab.txt-brightgreen.svg?style=flat-square"></a>
10- <a href="https://github.com/BooleanCube/keylab.nvim"><img alt="Visit counter " src="https://img.shields.io/github/search /BooleanCube/keylab.nvim/goto ?style=flat-square"></a>
10+ <a href="https://github.com/BooleanCube/keylab.nvim/issues "><img alt="Issues " src="https://img.shields.io/github/issues /BooleanCube/keylab.nvim?style=flat-square"></a>
1111 <a href="https://github.com/BooleanCube/keylab.nvim"><img alt="size" src="https://img.shields.io/github/repo-size/BooleanCube/keylab.nvim.svg?style=flat-square"></a>
1212 </p >
1313 </a >
@@ -145,7 +145,7 @@ My biggest improvements were: being able to locate and press weird keys (like ">
145145
146146- Keybinding the start function in Vimscript:
147147 ``` vim
148- nnoremap <leader>kl <cmd> KeylabStart<cr>
148+ nnoremap <silent> <leader>kl : KeylabStart<cr>
149149 ```
150150
151151
You can’t perform that action at this time.
0 commit comments