diff options
Diffstat (limited to 'lua/config/map.lua')
-rw-r--r-- | lua/config/map.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/map.lua b/lua/config/map.lua index b223650..c676ba5 100644 --- a/lua/config/map.lua +++ b/lua/config/map.lua @@ -95,4 +95,4 @@ end, { desc = "Toggle diagnostics" }) -- editing map("n", " sf", ":%s/\\<<C-R><C-W>\\>//gc<Left><Left><Left>", { desc = "Replace word under cursor in file" }) -map("n", " sl", "", { desc = "Replace word under cursor on current line" }) +map("n", " sl", ":s/\\<<C-R><C-W>\\>//g<Left><Left>", { desc = "Replace word under cursor on current line" }) |