|
@ -66,3 +66,5 @@ vim.keymap.set( |
|
|
[[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]], |
|
|
[[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]], |
|
|
{ desc = "Search and replace for word under cursor" } |
|
|
{ desc = "Search and replace for word under cursor" } |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
vim.keymap.set('t', '<C-space>', "<C-\\><C-n>",{silent = true}) |