Skip to content

madeinqc/atom-vim-keymap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Show a vim keymap in a pane.

Resources

License

Stars

Watchers

Forks

Packages

No packages published