mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
3 lines
136 B
Lua
3 lines
136 B
Lua
vim.api.nvim_set_keymap('n', 's', ":HopChar2<cr>", {silent = true})
|
|
vim.api.nvim_set_keymap('n', 'S', ":HopWord<cr>", {silent = true})
|
|
|