Ex mode for Atom
Find a file
Jasper v. B d2d66f5260 Merge pull request #109 from shamrin/issue108
backspace over empty `:` now cancels ex-mode
2015-12-22 12:46:30 +01:00
keymaps working title 2015-02-19 18:11:25 +01:00
lib Merge pull request #109 from shamrin/issue108 2015-12-22 12:46:30 +01:00
spec Merge pull request #118 from jazzpi/rework-commands 2015-12-08 13:13:11 +01:00
styles distinguish prefix from input 2015-08-03 12:21:01 +02:00
.gitignore blank package 2015-02-19 08:29:59 +01:00
.travis.yml travis: install vim-mode 2015-07-30 08:55:14 +02:00
CHANGELOG.md update changelog 2015-07-28 11:56:45 +02:00
LICENSE.md blank package 2015-02-19 08:29:59 +01:00
package.json Prepare 0.7.0 release 2015-08-03 12:21:31 +02:00
README.md looking for new maintainer 2015-11-19 14:42:29 +01:00

ex-mode package

ex-mode for Atom's vim-mode

I now only rarely use Atom and am looking for a new maintainer for this project. Please chime in here.

Use

Install both vim-mode and ex-mode. Type : in command mode. Enter w or write.

Extend

Use the service to register commands, from your own package, or straight from init.coffee:

# in Atom's init.coffee
atom.packages.onDidActivatePackage (pack) ->
  if pack.name == 'ex-mode'
    Ex = pack.mainModule.provideEx()
    Ex.registerCommand 'z', -> console.log("Zzzzzz...")

See lib/ex.coffee for some examples commands. Contributions are very welcome!

Status

Groundwork is done. More ex commands are easy to add and will be coming as time permits and contributions come in.

License

MIT