Package vi.plt contributed by kazzmir [docs]
To load: (require (planet kazzmir/vi:1:0/tool))
Old style:(require (planet "tool.ss" ("kazzmir" "vi.plt" 1 0)))
Package description:
Vi mode for Drscheme
Downloads this week: 0
Total downloads: 237
Tickets:3
Open tickets:1
Primary files:
[no interface available]
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 0)
5
[none]2008-11-22
To load: (require (planet kazzmir/vi:1:0/tool))
Available in repositories: 3xx, 4.x
Initial release
 Open tickets
[All Tickets] [New Ticket]
Ticket IdOwnerReporterTypeVersion
366kazzmiranonymousdefect1 11
Revision to previous ticket
 Packages in other repositories

These packages are not available in the 3xx repository, but they are available for other versions of Racket.

PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 11)
147
[none]2009-11-23
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 11))))
Available in repositories: 4.x
:e ...<tab> will find the closest matchinig file.
(1 10)
6
[none]2009-11-06
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 10))))
Available in repositories: 4.x
D, *, some other fixes.
(1 9)
2
[none]2009-11-04
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 9))))
Available in repositories: 4.x
Ctrl-t is execute in the interactions window.
(1 8)
1
[none]2009-11-04
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 8))))
Available in repositories: 4.x
Ctrl-t is execute in the interactions window.
(1 7)
2
[none]2009-11-02
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 7))))
Available in repositories: 4.x
Implement more commands. Update status line more often.
(1 6)
4
[none]2009-10-28
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 6))))
Available in repositories: 4.x
Fix key characters so things like d$ work.
(1 5)
1
[none]2009-10-27
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 5))))
Available in repositories: 4.x
ctrl-\ inserts lambda. Various other fixes.
(1 4)
40
[none]2009-03-14
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 4))))
Available in repositories: 4.x
Implement ctrl-t, ctrl-i. fix :e. See the changelog in the scribble documentation.
(1 3)
12
[none]2009-02-08
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 3))))
Available in repositories: 4.x
Implement ctrl-R, ctrl-u, ctrl-w. Various bug fixes.
(1 2)
14
[none]2008-12-02
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 2))))
Available in repositories: 4.x
Add searching. Vi mode works with multiple tabs. Rewrote large parts of internals.
(1 1)
3
[none]2008-11-27
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 1))))
Available in repositories: 4.x
Added a button that enables/disables vi mode. The current mode is shown on the drscheme status line. Added a few vim features.