drracket-vim-tool
drracket-vim-tool copied to clipboard
`O` moves curser down if done on the first line.
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 as expected. However, the cursor also moves down to the second line where the f is, rather then staying on the empty line.