Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 711 Bytes

File metadata and controls

36 lines (26 loc) · 711 Bytes

atom-vim-keymap

A vim keymap for the one time you forgot a command.

Development

If you want to export a function to atom for use with atom commands, make sure to add them to dev/build.clj like so:

:foo 'atom-vim-keymap.core/foo
:bar 'atom-vim-keymap.core/bar

Compiling and running

To compile me with a self-reloading loop, use:

lein run -m build/dev-repl

To compile me with a self-compiling loop but without live-reload:

lein run -m build/dev

To compile me for release (:simple optimizations), use

lein run -m build/release

After you have done that, go into the plugin/ folder and run

apm link

atom-vim-keymap should now be installed inside atom!