gitextract_41c9285x/ ├── .github/ │ ├── CONTRIBUTING.md │ ├── README.md │ └── workflows/ │ └── test.yml ├── .gitignore ├── Cask ├── LICENSE ├── features/ │ ├── c-commands.feature │ ├── digit-arguments.feature │ ├── execute-with-current-bindings.feature │ ├── insertion-mode.feature │ ├── last-command-event.feature │ ├── predicates-disable.feature │ ├── prefix-arguments.feature │ ├── prefix-help.feature │ ├── regions.feature │ ├── repeat.feature │ ├── step-definitions/ │ │ └── god-mode-steps.el │ └── support/ │ └── env.el ├── god-mode-isearch.el └── god-mode.el