I noticed that gVim (8.2.4065) and Goneovim-v0.5.1 (using Neovim 0.7.0) paste blockwise chunks differently. In Vim and Neovim (in a terminal) I can select lines numbered 1-8 using Ctrl-V, yank them and paste them using Shift-p in front of text on another set of lines. Goneovim pastes the numbers on separate lines above the cursor. Can I change this behaviour? I am on Linux 5.9.1-rt20avl1 x86_64 GNU/Linux (MX Linux).
Edit: after glancing through some other issue reports I started GoNeovim with -u NONE and the issue no longer occurs.
Edit2: Here are the only options in settings.toml which I have set (so the rest is commented out):
BorderlessWindow = trueWidth = 1800Height = 1600Gap = 2ExtMessages = falseSmoothScroll = falseSmoothMove = falseDisable = trueVisible = trueWidth = 100Visible = falseWidth = 300DropShadow = trueAccentColor = "#5596ea"MaxDisplayItems = 75PathStyle = "name"RestoreSession = true
@Jeehannes
Hi :)
Thanks for this issue report.
I assume this is related to your configuration as it does not reproduce with goneovim- u NONE, have you considered a configuration related to this?
I noticed that gVim (8.2.4065) and Goneovim-v0.5.1 (using Neovim 0.7.0) paste blockwise chunks differently. In Vim and Neovim (in a terminal) I can select lines numbered 1-8 using Ctrl-V, yank them and paste them using Shift-p in front of text on another set of lines. Goneovim pastes the numbers on separate lines above the cursor. Can I change this behaviour? I am on Linux 5.9.1-rt20avl1 x86_64 GNU/Linux (MX Linux).
Edit: after glancing through some other issue reports I started GoNeovim with -u NONE and the issue no longer occurs. Edit2: Here are the only options in settings.toml which I have set (so the rest is commented out):
BorderlessWindow = true
Width = 1800
Height = 1600
Gap = 2
ExtMessages = false
SmoothScroll = false
SmoothMove = false
Disable = true
Visible = true
Width = 100
Visible = false
Width = 300
DropShadow = true
AccentColor = "#5596ea"
MaxDisplayItems = 75
PathStyle = "name"
RestoreSession = true