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>",
|
quit_key = "<Esc>",
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.keymap.set({ "n", "v" }, "f", "", {
|
vim.keymap.set({ "n", "v", "o" }, "f", "", {
|
||||||
silent = true,
|
silent = true,
|
||||||
noremap = true,
|
noremap = true,
|
||||||
callback = function()
|
callback = function()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user