diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-27 16:21:02 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-27 16:21:02 +0100 |
commit | b51afe268a6015ce31cf9162545411dd9fce93ad (patch) | |
tree | 0773b31d812fa552aca5834918e7e5a81f2f0eae /lua/config/map.lua | |
parent | a33f663f2998135b0e42e1bdfb8b172242c04424 (diff) |
checkpoint
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" }) |