1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/docs/keybindings
Stefan Haller 7af371701d Use go:generate for generating cheatsheets
This has several benefits:
- it's less code
- we're using the same mechanism to generate all our auto-generated files, so if
  someone wants to add a new one, it's clear which pattern to follow
- we can re-generate all generated files with a single command
  ("go generate ./...", or "make generate")
- we only need a single check on CI to check that all files are up to date (see
  previous commit)
2023-09-29 20:38:29 +02:00
..
Custom_Keybindings.md updated keybinding config docs 2020-01-07 08:38:07 +08:00
Keybindings_en.md Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
Keybindings_ja.md Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
Keybindings_ko.md Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
Keybindings_nl.md Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
Keybindings_pl.md Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
Keybindings_ru.md Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
Keybindings_zh-CN.md Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00
Keybindings_zh-TW.md Use go:generate for generating cheatsheets 2023-09-29 20:38:29 +02:00