drracket-vim-tool icon indicating copy to clipboard operation
drracket-vim-tool copied to clipboard

Vim-like editing for DrRacket

Results 39 drracket-vim-tool issues
Sort by recently updated
recently updated
newest added

They should move the cursor to the top/middle/bottom of the screen.

help wanted
good first issue

In vim, I can type `das` to delete the current sentence of text. (Or at least all text between two periods). It would be nifty to have that in the...

help wanted
good first issue

`djp` inserts the text without new lines.

help wanted
good first issue

In DrRacket I can use alt+arrow keys to move by s-expression. With vim-mode enabled it only works in text mode. This seems like it should also work in command mode...

When I click on the red X next to an error message to jump to the code that errored, The screen and highlight jumps there as expected. However, the cursor...

I hit `u` to do an undo. And sometimes I'll want to undo the undo, or hit the redo option in the edit menu. However, sometimes when I do an...

When I type `daw` to delete a word, that word is in fact deleted. However, if there is white space on both sides of the word I'm now left with...

It is a bit more involved than what is currently implemented. For example, it should not remember/repeat motion commands, and be able to repeat complete edits (changes made in insertion...