diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-16 10:39:13 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-16 10:39:13 +0100 |
commit | 473629b4d6e0cbec1c2c6d78f96cef8e85e2e044 (patch) | |
tree | 61ef97010d0eead4720ee6d1b4d75417f2ee1813 /lua/config | |
parent | 0d4d7192ee36ac4c017580e41c4c3e7f52ab3bb8 (diff) |
Enable s for hop
Diffstat (limited to 'lua/config')
-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 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 }) |