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 ←/→' } }, } })