Files
hop.nvim/lua/hop/defaults.lua
2021-03-06 16:38:49 +01:00

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