Currently using
VIM version 8.1.3741
on Ubuntu MATE (Linux 5.4.0-150-generic #167-Ubuntu)
When I copy+paste text using the system cursor,
regardless of whether that text is from another non-Vimif the text string being inserted is a combination of
window, or from the text file currently in the Vim window,
Is that behaviour controlled by a modifiable Vim parameter
which can be set to allow both inputs to be captured as
a single operation for full repeat?
Thank you,
Eric
Thank you, meine.
Not sure that you understood that my
/*typed-input*/ and /*copy+paste*/
are both during the same insert/replace operation.
Since both inputs have been "inserted" together (in my view),
why are they not being captured as a complete set for the
repeat operation?
Eric
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/6fd8c8e4-d7f4-bd54-eab0-a4e668858ec3%40gmail.com.
Thank you, Salman.
My customizations are limited to the appearance and layout. I have not installed any related to action-key mappings. I don't know how to obtain a report of all such mappings (default + custom). If anything was mapped differently, it was not disclosed as part of the appearance plug-ins.
Attached is my .vimrc file.
Under plugin, I have the following:
ColorSchemeEditor.glade
ColorSchemeEditor.py
ColorSchemeEditor.vim
CSApprox.vim
ScrollColor.vim
VIM__ID_2180__ColorSchemeEditor (directory)
Under each of pack and bundle, there is nothing populated.
Under autoload, there is only
csapprox.vim
Everything under after relates to csapprox.
Under syntax, I have:
bash.vim.SUPPRESS
BOURNE.txt
logtalk.vim
lprolog.vim
modsim3.vim
prolog.vim
sh.vim.DISTRO
sh.vim.GITHUB
sh.vim.HIDE
sh.vim.Oasis
sh.vim.SUPPRESS
Given the above, I don't see why it is behaving as it is.
Eric
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CANuxnEejG1MmCrnosVX8YDh7JkKi%2BEGDR5fqoEmL0GQMLvhJtw%40mail.gmail.com.
Thank you, Gary, for all that info. It will be very helpful.
When I get the ":map" report, I get the following:
NOTE: "mouse-copied" text is only inserted, not replacing!!!