Package vi.plt contributed by kazzmir 
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: 238
Tickets:0
Open tickets:0
Primary files:
tool.ss
[no interface available]
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 0)
5
[none]
[none]Saturday, November 22nd, 2008
To load: (require (planet kazzmir/vi:1:0/tool))
Available in repositories: 4.x, 3xx
Initial release
No Tickets Currently open for this Package [New 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)
148
[none]
[none]Monday, November 23rd, 2009
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]
[none]Friday, November 6th, 2009
To load: (require (planet "tool.ss" ("kazzmir" "vi.plt" 1 (= 10))))
Available in repositories: 4.x
D, *, some other fixes.
(1 9)
2
[none]
[none]Wednesday, November 4th, 2009
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]
[none]Wednesday, November 4th, 2009
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]
[none]Monday, November 2nd, 2009
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]
[none]Wednesday, October 28th, 2009
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]
[none]Tuesday, October 27th, 2009
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]
[none]Sunday, March 15th, 2009
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]
[none]Monday, February 9th, 2009
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]
[none]Tuesday, December 2nd, 2008
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]
[none]Friday, November 28th, 2008
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.