Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takikawa/drracket-vim-tool

Vim-like editing for DrRacket
https://github.com/takikawa/drracket-vim-tool

drracket racket vim

Last synced: 8 days ago
JSON representation

Vim-like editing for DrRacket

Awesome Lists containing this project

README

        

DrRacket Vim Tool
=================

[![Build Status](https://travis-ci.org/takikawa/drracket-vim-tool.svg?branch=master)](https://travis-ci.org/takikawa/drracket-vim-tool)
[![Coverage Status](https://codecov.io/github/takikawa/drracket-vim-tool/coverage.svg?branch=master)](https://codecov.io/github/takikawa/drracket-vim-tool?branch=master)

This plugin adds vim-like editing to DrRacket.

The plugin is still far from feature-complete, so bug reports and pull
requests appreciated!

Requires Racket v6.0 or newer.

To install:

* `raco pkg install drracket-vim-tool` (via package catalog)

or

* `raco pkg install git://github.com/takikawa/drracket-vim-tool` (directly via Github)

Now when you load DrRacket, you should see a vim option in the
`Edit` menu. Click that to enable vim mode.

This plugin is released under the GPLv3. Patches welcome.

---

Copyright © 2013-2016 Asumu Takikawa

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see http://www.gnu.org/licenses/.