This repository stores Micro editor configuration. Keep changes lightweight, reproducible, and focused on editing ergonomics.
git@git.cere.ipv64.net:cere/config_micro.git.bindings.json defines overrides: Alt-/, Ctrl+_, and Ctrl-q call the comment plugin, Ctrl-l runs DeleteLine, Ctrl-d spawns an extra cursor, Alt-d removes one, and Ctrl-w triggers Quit.buffers/ holds Micro session history; treat the binary content as read-only runtime state.backups/ powers Micro's auto-rescue flow—leave the directory present even when empty.micro bindings.json validates JSON syntax with native highlighting before committing.micro scratch.txt is the quickest loop for binding checks—confirm comment toggles with Ctrl-q, line deletes with Ctrl-l, multi-cursor spawn/remove with Ctrl-d/Alt-d, and clean quits with Ctrl-w.micro --plugin list verifies that required plugins (notably comment) load before bindings reference them.settings.json, plugins.json).None before reassigning; this prevented the original Ctrl-q quit action from resurfacing.Ctrl-w quit, Ctrl-l line delete, Ctrl-d spawn cursor, Alt-d remove cursor) that mirror terminal editor habits and document intent.runtime/help/keybindings.md upstream when drafting additional shortcuts.micro --plugin install <name>) to prevent runtime errors.bindings.json.feat:, fix:, chore:) to summarize configuration intent.Ctrl-q comment toggle, Ctrl-l delete, Ctrl-d/Alt-d multi-cursor cycle, and Ctrl-w quit in scratch buffer”) in commits or PRs.~/.config/micro.