diff --git a/.config/nvim/lua/josean/plugins/substitute.lua b/.config/nvim/lua/josean/plugins/substitute.lua index e952b65..b5ff1b6 100644 --- a/.config/nvim/lua/josean/plugins/substitute.lua +++ b/.config/nvim/lua/josean/plugins/substitute.lua @@ -9,9 +9,9 @@ return { -- set keymaps local keymap = vim.keymap -- for conciseness - vim.keymap.set("n", "s", substitute.operator, { desc = "Substitute with motion" }) - vim.keymap.set("n", "ss", substitute.line, { desc = "Substitute line" }) - vim.keymap.set("n", "S", substitute.eol, { desc = "Substitute to end of line" }) - vim.keymap.set("x", "s", substitute.visual, { desc = "Substitute in visual mode" }) + keymap.set("n", "s", substitute.operator, { desc = "Substitute with motion" }) + keymap.set("n", "ss", substitute.line, { desc = "Substitute line" }) + keymap.set("n", "S", substitute.eol, { desc = "Substitute to end of line" }) + keymap.set("x", "s", substitute.visual, { desc = "Substitute in visual mode" }) end, } diff --git a/README.md b/README.md index d965a69..56cb4e3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You'll also need to install extra cli tools as described in this blog post and video: -✍🏼 Blog Post : [7 Amazing CLI Tools You Won't Be Able To Live Without](https://josean.com/7-amazing-cli-tools) +✍🏼 Blog Post : [7 Amazing CLI Tools You Won't Be Able To Live Without](https://josean.com/posts/7-amazing-cli-tools) 📹 Youtube Video: [7 Amazing CLI Tools You Won't Be Able To Live Without](https://www.youtube.com/mmqDYw9C30I)