We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Simple hydra to scroll screen to the side with auto generated hint.
local Hydra = require('hydra') Hydra({ name = 'Side scroll', mode = 'n', body = 'z', heads = { { 'h', '5zh' }, { 'l', '5zl', { desc = '←/→' } }, { 'H', 'zH' }, { 'L', 'zL', { desc = 'half screen ←/→' } }, } })