summaryrefslogtreecommitdiff
path: root/lua/config/hop.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 10:39:13 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 10:39:13 +0100
commit473629b4d6e0cbec1c2c6d78f96cef8e85e2e044 (patch)
tree61ef97010d0eead4720ee6d1b4d75417f2ee1813 /lua/config/hop.lua
parent0d4d7192ee36ac4c017580e41c4c3e7f52ab3bb8 (diff)
Enable s for hop
Diffstat (limited to 'lua/config/hop.lua')
-rw-r--r--lua/config/hop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/hop.lua b/lua/config/hop.lua
index cc09a8a..1d8c20c 100644
--- a/lua/config/hop.lua
+++ b/lua/config/hop.lua
@@ -4,5 +4,5 @@ if not status_ok then
end
hop.setup()
--- vim.api.nvim_set_keymap("n", "s", ":HopChar2<cr>", { silent = true })
+vim.api.nvim_set_keymap("n", "s", ":HopChar2<cr>", { silent = true })
vim.api.nvim_set_keymap("n", "S", ":HopWord<cr>", { silent = true })