https://github.com/danielbayley/atom-modular-keymaps
:atom: A modular solution to @Atom Keymaps.
https://github.com/danielbayley/atom-modular-keymaps
apm atom coffeescript config editor keymap modular package
Last synced: 2 months ago
JSON representation
:atom: A modular solution to @Atom Keymaps.
- Host: GitHub
- URL: https://github.com/danielbayley/atom-modular-keymaps
- Owner: danielbayley
- License: mit
- Created: 2016-02-08T15:14:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T22:19:16.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T11:53:42.645Z (4 months ago)
- Topics: apm, atom, coffeescript, config, editor, keymap, modular, package
- Language: CoffeeScript
- Homepage: https://atom.io/packages/modular-keymaps
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![badge][apm]][package]
[![badge][chat]][#slack]Modular Keymaps
===============
A modular solution to [Atom] keymaps.Any valid keymap (.cson) file inside [`ATOM_HOME`]`/keymaps/` will be loaded automatically, or reloaded if modified.
This package does not interfere with the existing `keymap.cson`, so you can slowly transition to this more modular approach.
The Atom `Keymap…` menu item will be overridden to open your keymaps folder in a new window, along with the default `keymap.cson` if it still exists.
Your keymaps will be automatically added to the list of extra backup files if the [sync-settings] package is installed.
Install
-------
`apm install modular-keymaps` or search “keymaps” under packages within Atom.License
-------
[MIT] © [Daniel Bayley][] [et al][MIT]: LICENSE.md
[Daniel Bayley]: https://github.com/danielbayley
[et al]: https://github.com/danielbayley/atom-modular-keymaps/graphs/contributors
[atom]: https://atom.io
[apm]: https://img.shields.io/apm/v/modular-keymaps.svg?style=flat-square
[package]: https://atom.io/packages/modular-keymaps
[chat]: https://img.shields.io/badge/chat-atom.io%20slack-ff69b4.svg?style=flat-square
[#slack]: https://atom-slack.herokuapp.com[`ATOM_HOME`]: http://flight-manual.atom.io/using-atom/sections/basic-customization/#custom-home-location-with-an-environment-variable
[sync-settings]: https://atom.io/packages/sync-settings