We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 ←/→' } }, } })