mirror of
https://github.com/smoka7/hop.nvim.git
synced 2026-07-22 02:57:00 -04:00
11 lines
183 B
Lua
11 lines
183 B
Lua
local M = {}
|
|
|
|
M.keys = 'asdghklqwertyuiopzxcvbnmfj'
|
|
M.reverse_distribution = false
|
|
M.term_seq_bias = 3 / 4
|
|
M.winblend = 50
|
|
M.teasing = true
|
|
M.jump_on_sole_occurrence = true
|
|
|
|
return M
|