mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
commit
c71ad44cd3
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user