Re: Strangeness with italic font over ssh + screen

2017-11-09 Thread David Woodfall
I have just setup vim to print comments in italics on my laptop. I scp'd my vim files over to my server and find that if I just ssh in italics work, but if I start a screen session italics don't work. These are the settings I use in vim (real escapes): let _ZH="^[[3m" let _ZR="^[[23m"

Strangeness with italic font over ssh + screen

2017-11-09 Thread David Woodfall
I have just setup vim to print comments in italics on my laptop. I scp'd my vim files over to my server and find that if I just ssh in italics work, but if I start a screen session italics don't work. These are the settings I use in vim (real escapes): let _ZH="^[[3m" let _ZR="^[[23m"

Re: persistence of the more interface in the output of :reg :hist :jumps etc

2017-11-09 Thread Gary Johnson
On 2017-11-09, Renato Fabbri wrote: > how can one make persistent such lists that are output by many > commands in a more interface? I mean, so one can properly search, > copy, and maybe iterate over them in a quickfix, argslist, file > and directory lists manner. The usual method of doing that

persistence of the more interface in the output of :reg :hist :jumps etc

2017-11-09 Thread Renato Fabbri
how can one make persistent such lists that are output by many commands in a more interface? I mean, so one can properly search, copy, and maybe iterate over them in a quickfix, argslist, file and directory lists manner. -- -- You received this message from the "vim_use" maillist. Do not

history of ". values

2017-11-09 Thread Renato Fabbri
the last inserted text is kept in the ". register (@. variable). It would be nice to keep a small history of the last ". values, maybe through "lkjh. But I found no {event} related to registers (necessary to trigger autocommands). I will use the InsertLeave {event}. Or something like it, but there

Re: a few [crazy?] questions to make editing like an IDE experience

2017-11-09 Thread Jose Caballero
> > > > Or, why do you want this? Just trying to learn new things that could eventually improve performance, while I have some fun during the process. Thanks a lot for your comments and pointers. Cheers, Jose -- -- You received this message from the "vim_use" maillist. Do not top-post!

Vim 8 Ubuntu 16.04 PPA

2017-11-09 Thread Phil Dobbin
Hi all. For anybody in a similar situation as I found myself, this is a unsupported Ubuntu 16.04 package for Vim 8:1272: I didn't have the time to compile my own & xenial's repo is still on 7.4 so I found this. Works splendidly ;-) Cheers,

Re: Help needed on terminal mappings

2017-11-09 Thread Lifepillar
On 08/11/2017 22:15, Bram Moolenaar wrote: Lifepillar wrote: I have my terminal (Terminal.app on macOS) configured with the following mappings: Shift+Left_arrow \033[1;2D Shift+Right_arrow \033[1;2C Alt+Left_arrow\033b Alt+Right_arrow \033f The latter two, in particular, allow me to