VimBindings.jl
VimBindings.jl copied to clipboard
Account for unicode symbols
For example, rather than using skip(1, buffer) to move right, use LineEdit.move_char_right
Alternately, VimBuffer dispatched to skip could handle unicode characters instead of bytes.