Caleb Allen
Caleb Allen
Clipboard integration with `y`, `p`, and `P` has been added in `0.3.8`. It is disabled by default, but can be enabled by running `VimBindings.Config.system_clipboard!(true)`. See the [docs](https://caleb-allen.github.io/VimBindings.jl/v0.3.8/config/#System-Clipboard-Integration) for more details....
Clipboard integration with `y`, `p`, and `P` behind a configuration toggle, `VimBindings.Config.system_clipboard!(true)`. See the [docs](https://caleb-allen.github.io/VimBindings.jl/v0.3.8/config/#System-Clipboard-Integration) for more details.
@bjarthur can you describe what directed you to install `xsel`? VimBindings.jl just uses `InteractiveUtils.clipboard` by default, so perhaps that made the suggestion. So, yes, I think the reason is because...
Interesting, thank you for filing the issue. My guess is that the left and right keys use the encoded sequence, and VimBindings has some timing logic which causes a slight...
Hey @benibilme, interesting question! And no worries, opening an issue is the right place to ask for this project. So, my initial thought is that there is not a purpose-built...
`v` may clash with visual mode if that is implemented down the road
@smith-isaac does the behavior change if you add `set guicursor=` to your neovim configuration? People on this thread mentioned it: https://github.com/neovim/neovim/issues/6005 I haven't tried it myself though. See `:h guicursor`...
Alternately, `VimBuffer` dispatched to `skip` could handle unicode characters instead of bytes.
@Moelf I run it in a separate terminal; this is in a fish shell, so the while syntax may not work with bash. You should be able to run `nc...
Sorry, I realized I left an `end` out, probably what caused issues! On Sun, Jul 30, 2023, 3:32 PM Jerry Ling ***@***.***> wrote: > I specifically switched to bash from...