Added nvim-silicon

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-03-01 17:51:15 +01:00
parent 6f9bbc1c8d
commit bf4c79ff0d
2 changed files with 34 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ local n = {
desc = "Theme selector",
},
["<leader>s"] = {
["<leader>sr"] = {
[[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]],
desc = "Replace all instances of the word on cursor",
},