Re: vim: how to copy selected text from vim running inside a remote ssh session, to local windows clipboard

2014-06-06 Thread 'Chandra Amarasingham' via vim_use
Not sure if I understand the problem correctly, but if are using something like putty for ssh, you should be able to highlight the text and paste into outlook, etc..., simply highlighting should make it available on the clipboard. Chandra On 06/07/2014 12:29 AM, Ben Fritz wrote: On Thursday,

Re: No menu bar (but menus are loaded) :-?

2014-06-06 Thread BPJ
2014-06-06 11:55, Tony Mechelynck skrev: gvim 7.4.316 (Huge) with GTK2/GNOME2 GUI libgnome-2.32.1-13.1.3-x86_64.rpm libgnome-devel-2.32.1-13.1.3-x86_64.rpm gtk2-devel-2.24.2-2.1-x86.6.rpm libgtk-2_0-0-2.24.2-2.1-x86_64.rpm guioptions=gimrLtc wildcharm=^T :map :emenu ":set go+=T" makes

Re: vim: how to copy selected text from vim running inside a remote ssh session, to local windows clipboard

2014-06-06 Thread lessthanideal
W dniu piątek, 6 czerwca 2014 05:03:49 UTC+1 użytkownik ping napisał: > experts: > not sure this was asked before... > I run ssh into remote pc(linux) from local PC (windows), > run vim from within ssh > then select some text from vim > > > > now I want to paste these text into local clipboard (

Re: vim: how to copy selected text from vim running inside a remote ssh session, to local windows clipboard

2014-06-06 Thread Charles E Campbell
Ben Fritz wrote: On Thursday, June 5, 2014 11:03:49 PM UTC-5, ping wrote: experts: not sure this was asked before... I run ssh into remote pc(linux) from local PC (windows), run vim from within ssh then select some text from vim now I want to paste these text into local clipboard (so I can pa

Re: vim: how to copy selected text from vim running inside a remote ssh session, to local windows clipboard

2014-06-06 Thread Ben Fritz
On Thursday, June 5, 2014 11:03:49 PM UTC-5, ping wrote: > experts: > not sure this was asked before... > I run ssh into remote pc(linux) from local PC (windows), > run vim from within ssh > then select some text from vim > > > > now I want to paste these text into local clipboard (so I can past

mutlibyte word boundary

2014-06-06 Thread Rick Howe
I often use multibyte characters and w or \< will jump cursor to the CJK/Hiragana/Katakana/Hangul/Symbol boundaries. Is there any document or help page to describe such a mutlibyte word boundary? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply belo

Re: No menu bar (but menus are loaded) :-?

2014-06-06 Thread John Little
On Friday, June 6, 2014 9:55:49 PM UTC+12, Tony Mechelynck wrote: > No GUI-style menu bar. I have the same. I don't normally have one, set go-=m in my .gvimrc, but occasionally I want it and about two weeks ago, tried to turn it on, and no menu bar. However, the same executable being run by an

No menu bar (but menus are loaded) :-?

2014-06-06 Thread Tony Mechelynck
gvim 7.4.316 (Huge) with GTK2/GNOME2 GUI libgnome-2.32.1-13.1.3-x86_64.rpm libgnome-devel-2.32.1-13.1.3-x86_64.rpm gtk2-devel-2.24.2-2.1-x86.6.rpm libgtk-2_0-0-2.24.2-2.1-x86_64.rpm guioptions=gimrLtc wildcharm=^T :map :emenu ":set go+=T" makes the toolbar appear. Right-click makes the co

Re: I realise smart indenting is not working - OK, some progress

2014-06-06 Thread Erik Christiansen
On 06.06.14 15:44, Philip Rhoades wrote: > and yes, now when I edit a test Ruby file, it does indeed do the automatic > indenting but the automatic indent is a tab space - I thought the convention > with Vim 7.3+ was two spaces? Why worry about defaults, especially if they don't suit? For a couple

Re: Filetype specificity for menus

2014-06-06 Thread Tony Mechelynck
On 31/05/14 20:57, Tim Johnson wrote: * Christian Brabandt [140531 05:19]: Hi Tim! On Fr, 30 Mai 2014, Tim Johnson wrote: I'm using vim 7.3 Huge Gtk2-gnome gui, on ubuntu 12.04. I've used vim for many years but have not figured out how to do the following : Make a menu item coded for a spe