1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Merge pull request #89 from jdhao/hop

update hop.nvim conf
This commit is contained in:
jdhao 2022-09-05 00:54:05 +08:00 committed by GitHub
commit c71ad44cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ hop.setup({
quit_key = "<Esc>",
})
vim.keymap.set({ "n", "v" }, "f", "", {
vim.keymap.set({ "n", "v", "o" }, "f", "", {
silent = true,
noremap = true,
callback = function()