Caleb Allen
Caleb Allen
I'm experiencing something similar with intermittent errors calling `load!`, although I haven't been able to confirm the precise scenario that causes it. It seems to only occur shortly after initializing...
I was hoping to solve this one in #97, but wasn't able to. For my own future reference, I believe the issue here is that the reverse history search includes...
Thanks for the stacktrace @IanButterworth. The `TextInterface` error isn't too surprising considering how fragile the hack is that this package uses to load. Bound to break with any substantial changes....
Issue related to documenting REPL AST transforms here https://github.com/JuliaLang/julia/issues/37047
`0` to go to beginning of line
`S` to clear the line from anywhere (per https://github.com/caleb-allen/VimBindings.jl/issues/14#issuecomment-1009199314)
`0` to go to beginning of line solved by #26. Thanks @MilesCranmer! `$` has also been fixed (among many others). Both are in `master` and will be available in the...
`f` and `F` for text movements is complete! #22
@fatteneder undo and redo with `u` and `C-r` are now implemented in #58 and are available in `0.3.4`
@jlbosse `o` and `O` has been fixed @bjarthur `s` has been implemented These are both available in [0.3.7](https://github.com/caleb-allen/VimBindings.jl/releases/tag/v0.3.7)