diff options
-rw-r--r-- | lua/config/hop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/hop.lua b/lua/config/hop.lua index 1d8c20c..cc09a8a 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 }) |