Replace hardcoded reasonix/lazygit keymap blocks with a single
loop over config.commands. Adding a new tool (e.g. codex) now only
requires two lines in user config:
commands = { codex = 'codex' },
keymaps = { codex = { 'n', '<leader>cx' } },
Commands can be strings or functions for lazy evaluation.
|
||
|---|---|---|
| .. | ||
| init.lua | ||