jesseduffield.lazygit/pkg/cheatsheet
Stefan Haller ff0a16f809 Fix keybinding cheatsheets with regard to pipe characters in key or description
The "Cycle pagers" command wasn't rendered correctly, because it's bound to '|'
by default, but this was taked as a table column delimiter. Fix this by escaping
the pipe character.

A similar thing could happen for the description or tooltip (and did in fact,
for a tooltip in the russion translation), so escape those too just to be sure.
2025-11-01 09:54:32 +01:00
..
generate.go Fix keybinding cheatsheets with regard to pipe characters in key or description 2025-11-01 09:54:32 +01:00
generate_test.go Remove non-English translation sets, read them from JSON instead 2024-06-23 14:47:50 +02:00
generator.go Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00