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

I think they are supposed to navigate down/up half a page.

On european-swedish keyboard the [] bracets are att 8/9 key. To get to them I need to use alt gr, and that cancels input.

If I have a non empty file, say: ``` foo bar ``` And I have my cursor in the top left most corner, and hit `O`, it creates a line...

Hi, Here's the error I get when runnning `drracket` after installing this package. My version is 6.1. ``` ➜ Scheme drracket class*: superclass does not provide an expected method for...

cw changes a word, ci( changes inside parenthesis, etc...

If I have the following buffer: ``` foo bar ``` and I highlight `fo`, and yank it with y. Then, moving the cursor down to the b on the second...

If I write out a word, and highlight it with the mouse, and hit 'x', it only deletes the first character of the word, rather than the whole word. If...

If I have line wrapping for DrRacket enabled, and I hit 'o' on a line that is wrapped to multiple lines (not on the last line of the wrap) to...