Open
Description
Sublime Text Version
Sublime Text 3 (Build 3126)
Rust Enhanced Version
1.3.2
Operating system
macOS 10.12.4
Expected behavior
When I type 'm
in command mode in Vim mode, I expect to be able to jump to a bookmark made previously with 'mm'.
Actual behavior
Instead, the '
is typed literally. This may be because of the snippet in #26 that prevents Sublime from making a second close single quote?
Sorry if this was already fixed and I somehow haven't updated my Rust Enhanced — I've got a weird Sublime setup somehow! Thanks for the awesome plugin <3
Steps to reproduce
- Enable Vim mode
- Press the
'
key while in command mode