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

Add PasteCommand and parse rule for `p` #71

Closed caleb-allen closed 1 year ago

caleb-allen commented 1 year ago
bjarthur commented 1 year ago

p and P would be awesome! looking forward to this PR

caleb-allen commented 1 year ago

@bjarthur I'm hoping to have this in before JuliaCon! Stay tuned

caleb-allen commented 1 year ago

@bjarthur I still need to write up some docs and release a new package version (after the weekend, probably), but if you'd like to give it a try before then you can run off of master with ] add VimBindings#master and then run VimBindings.Config.system_clipboard!(true)

With the caveat that this implementation is only for the system clipboard and not for registers

caleb-allen commented 1 year ago

@bjarthur the clipboard feature has been released in 0.3.8, and can be enabled using the command I provided above. See the docs for details