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

`dw` used on a word at the end of the line will also delete all the whitespace (including new lines) following the word

For example, when in visual mode, if I hit 10j, it ignores the the 10, and just goes down one line. (If I'm not in visual mode it does work...

If I past text into vim, the cursor should move to the end of where the paste happened. Currently the cursor stays in the same place after pastes.

After a search using '/foo', all 'foo' keywords are highlighted. I do not believe there is a way to make the highlights go away, except by closing the search at...

I noticed that visual block mode editing is not available as part of this plugin. Is that possible to implement?

help wanted

1. In visual mode 2. Move to the first character of a line 3. Try to move one step left (aka press h ) => Visual selection gets lost