mirror of
https://github.com/opdavies/toggle-checkbox.nvim.git
synced 2025-03-13 05:26:56 +00:00
docs: update example keymap
This commit is contained in:
parent
a3fabd8fa4
commit
0af4c0acbb
|
@ -23,5 +23,5 @@ This is an example of the TODOs that I had whilst writing this plugin:
|
|||
There are no default keymaps but these can be added using `vim.keymap.set()`:
|
||||
|
||||
```lua
|
||||
vim.keymap.set("n", "<leader>tt", ":lua require('toggle-checkboxes').toggle()")
|
||||
vim.keymap.set("n", "<leader>tt", ":lua require('toggle-checkbox').toggle()<CR>")
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue