caleb-allen / VimBindings.jl

Vim bindings for the Julia REPL
https://caleb-allen.github.io/VimBindings.jl/
MIT License
113 stars 3 forks source link

`o` includes the final character of a line in the new line #60

Closed caleb-allen closed 1 year ago

caleb-allen commented 1 year ago

running o like:

julia> function |hello()

results in

julia> function hello(
|)

instead of

julia> function hello()
|