We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With regex input supported, for example, these jumps would be possible:
" Alternative searching, flexibility improved nnoremap g/ :call sneak#wrap('', 99, 0, 2, 1)<CR>\v " Jump around word boundaries, accuracy improved nnoremap \\w :call sneak#wrap('', 4, 0, 2, 1)<CR>\v<