Skip to content

Files

Latest commit

 

History

History
28 lines (19 loc) · 353 Bytes

README.markdown

File metadata and controls

28 lines (19 loc) · 353 Bytes

sbt-vimquit

install

Create ~/.sbt/1.0/plugins/user.sbt

addSbtPlugin("com.eed3si9n" % "sbt-vimquit" % "0.1.0")

usage

This plugin adds :q command to quit sbt shell:

> :q

This allows you to quit Scala REPL and sbt shell in the same way. Yes, I am aware of Ctrl + D.

License

MIT License