VimBindings.jl icon indicating copy to clipboard operation
VimBindings.jl copied to clipboard

Account for unicode symbols

Open caleb-allen opened this issue 3 years ago • 1 comments

For example, rather than using skip(1, buffer) to move right, use LineEdit.move_char_right

caleb-allen avatar Jan 08 '22 00:01 caleb-allen

Alternately, VimBuffer dispatched to skip could handle unicode characters instead of bytes.

caleb-allen avatar Apr 22 '23 14:04 caleb-allen