All Projects → takikawa → Drracket Vim Tool

takikawa / Drracket Vim Tool

Licence: gpl-3.0
Vim-like editing for DrRacket

Programming Languages

racket
414 projects

Labels

DrRacket Vim Tool

Build Status Coverage Status

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/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].