diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 18:48:51 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 18:48:51 +0100 |
commit | e8030d4358f6fd3b91ec5c8d37e7941f4ded88cf (patch) | |
tree | aae3ae5287312b1fc0a672caf8ebec36bc5c19e1 | |
parent | 482bd7a8b6ff296a78c5b0e0e0e230d025b3291d (diff) |
Remove HopChar2 keymapping
-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 }) |