Hi all,
In gVim (at least my version, which uses GTK), you can select text in the status line, but how can you copy it? Or maybe you can't? Cheers, Albert. -- -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CALPW7mRv4tXNUT6AtUVUSobLDnJTsb5i_e-eH8B-Jw%3DQxOGfJg%40mail.gmail.com. |
Control-y in my Gvim (OpenBSD). On Wed, Dec 9, 2020 at 4:21 PM A. Wik <[hidden email]> wrote: Hi all, -- When in doubt become a philosopher.
-- -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAN%2Bhyd3sYx%2BBCX8EcrX88bsvWe6uaa5u%2BVBcptjBs0-5zfPEFg%40mail.gmail.com. |
See :help c_CTRL-Y. It works anywhere I suspect, at least in the gui. On Thu, Dec 10, 2020 at 12:28 PM Johannes Degen <[hidden email]> wrote:
-- When in doubt become a philosopher.
-- -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAN%2Bhyd0TzsKGWXGtK6RuyNHfxj4YVT%2BRziR9_7OsVV9UTKzxsA%40mail.gmail.com. |
On Thu, Dec 10, 2020 at 12:31 PM Johannes Degen <[hidden email]> wrote:
> > See :help c_CTRL-Y. It works anywhere I suspect, at least in the gui. > > On Thu, Dec 10, 2020 at 12:28 PM Johannes Degen <[hidden email]> wrote: >> >> Control-y in my Gvim (OpenBSD). >> >> On Wed, Dec 9, 2020 at 4:21 PM A. Wik <[hidden email]> wrote: >>> >>> Hi all, >>> >>> In gVim (at least my version, which uses GTK), you can select text in >>> the status line, but how can you copy it? Or maybe you can't? >>> >>> Cheers, >>> Albert. Yes, the |modeless-selection| is the only way to select text not wholly inside one split-window (e.g. including status line(s) and/or the command-line). This is possible in gvim; in some terminals the terminal will preempt mouse drags and not pass them to Vim: if your terminal is of that kind you will have to either copy the selection the way it is done in that particular terminal, or else switch to gvim, where Ctrl+Y copies the modeless selection (if there is one) to the clipboard. Best regards, Tony. -- -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAJkCKXseuWyRJaJyzT1dDoB%3DLAiOcYOTdppnO4W6Sod7-FbYOA%40mail.gmail.com. |
In reply to this post by Johannes Degen
Yes, that works. Thanks.
-aw On Thu, 10 Dec 2020 at 11:31, Johannes Degen <[hidden email]> wrote: > > See :help c_CTRL-Y. It works anywhere I suspect, at least in the gui. > > On Thu, Dec 10, 2020 at 12:28 PM Johannes Degen <[hidden email]> wrote: >> >> Control-y in my Gvim (OpenBSD). >> >> On Wed, Dec 9, 2020 at 4:21 PM A. Wik <[hidden email]> wrote: >>> >>> Hi all, >>> >>> In gVim (at least my version, which uses GTK), you can select text in >>> the status line, but how can you copy it? Or maybe you can't? >>> >>> Cheers, >>> Albert. >>> >>> -- >>> -- >>> 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 [hidden email]. >>> To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CALPW7mRv4tXNUT6AtUVUSobLDnJTsb5i_e-eH8B-Jw%3DQxOGfJg%40mail.gmail.com. >> >> >> >> -- >> When in doubt become a philosopher. > > > > -- > When in doubt become a philosopher. > > -- > -- > 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 [hidden email]. > To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAN%2Bhyd0TzsKGWXGtK6RuyNHfxj4YVT%2BRziR9_7OsVV9UTKzxsA%40mail.gmail.com. -- -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CALPW7mRB6S89rooeo2vaXeCMWu_uNcr4Upy3jzc_Uunbf9vHDA%40mail.gmail.com. |
Free forum by Nabble | Edit this page |