drracket-vim-tool

DrRacket plugin that simulates vim keybindings


Keywords
drracket, editor, vim, racket
License
GPL-3.0

Documentation

DrRacket Vim Tool

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