Add silent option to a lot of keymaps to hide command display.
This commit is contained in:
parent
23ed2e9964
commit
8263b02c70
6 changed files with 26 additions and 7 deletions
|
|
@ -17,7 +17,8 @@ return {
|
|||
require("utils").add_keymaps({
|
||||
v = {
|
||||
["<leader>cs"] = {
|
||||
cmd = ":CodeSnap<CR>"
|
||||
cmd = ":CodeSnap<CR>",
|
||||
opts = { silent = true },
|
||||
},
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue