Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takikawa/drracket-vim-tool
- Owner: takikawa
- License: gpl-3.0
- Created: 2011-06-20T19:44:59.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T02:11:54.000Z (over 1 year ago)
- Last Synced: 2024-10-22T21:05:21.651Z (17 days ago)
- Topics: drracket, racket, vim
- Language: Racket
- Homepage:
- Size: 221 KB
- Stars: 196
- Watchers: 11
- Forks: 30
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- vim-keybindings-everywhere-the-ultimate-list - DrRacket Vim Tool - An IDE that aims to use the tools you wish to use(including Vim and Emacs). (IDEs)
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/.