Skip to content

Commit a82ce77

Browse files
authored
Update README.md
1 parent 96e7a1a commit a82ce77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

0 commit comments

Comments
 (0)