Re: removing past start position

2021-01-07 Thread Jaehwang Jerry Jung
> Having said all that, I have been thinking, whether a clever mapping > could not already achieve what is desired. Something like this perhaps: > > inoremap v Here's the mapping I've been using: inoremap The advantage of this is that it doesn't create a new undo block. -- -- You recei

Re: Happy birthday!

2020-11-05 Thread Jerry Peek at sites4people.com
"Learning the vi & Vim Editors" is due out in September 2021. They have an "Early Release - Raw & Unedited" version... see https://www.oreilly.com/library/view/learning-the-vi/9781492078791/ . All the best, Jerry Peek PS: This old email address of mine is going away. A bette

Re: Meta: How to read this forum/board now that Google Groups is busted

2020-09-07 Thread Jerry Peek at sites4people.com
asked people in the group to pitch in a few dollars, and a few people stepped up with larger amounts... we quickly got to the $240 for a year. Jerry -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying t

Re: "nmap" issue

2019-11-01 Thread Jerry Dai
That works. Thanks Tony! -- -- Best Regards Jerry Dai On Fri, Nov 1, 2019 at 11:15 AM Tony Mechelynck wrote: > > On Fri, Nov 1, 2019 at 6:58 PM Jerry Dai wrote: > > > > Hi, > > I'm trying to create a mapping to maximize current window. But somehow > > it

"nmap" issue

2019-11-01 Thread Jerry Dai
Error detected while processing /usr2/jianzhen/.vimrc: line 500: E488: Trailing characters: _ -- -- Best Regards Jerry Dai -- -- 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 informat

Re: Regular expression and VIm

2013-12-14 Thread Jerry Rocteur
d_replace This is probably the best article that I've found and used to get my reg exps working within Vim. http://vimregex.com/ Jerry On 13 Dec 2013, at 15:05, vicky b wrote: > HI All, > > I see most of time for complex editng regular expression is a must , so what > i

Re: get current file name with full path

2013-08-29 Thread Jerry Dai
Hi David, Did you mean I should create a "nmap" for ? Can you elaborate? -- -- Best Regards Jerry Dai On Thu, Aug 29, 2013 at 4:03 PM, glts <676c7...@gmail.com> wrote: > Hey Jerry, > > On Friday, August 30, 2013 12:50:47 AM UTC+2, Jerry Dai wrote: >> In inser

get current file name with full path

2013-08-29 Thread Jerry Dai
In insert mode, I will get current file name by: % Is there anything similiar can give me a full hierarchical path? -- -- Best Regards Jerry Dai -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to

Re: Replacing CRLF

2013-02-16 Thread Jerry Rocteur
aving said that, a simple Google search would have given you the answers but also read these: http://dailyvim.blogspot.be/2009/10/ctrl-v-for-literal-characters.html http://www.bo.infn.it/alice/alice-doc/mll-doc/linux/vi-ex/node15.html http://vim.wikia.com/wiki/Entering_special_characters Jerry -

Re: How to search a "path" string in a file?

2012-02-01 Thread Jerry Dai
Thanks. This works perfectly! -- -- Best Regards Jerry Dai On Tue, Jan 31, 2012 at 10:37 AM, Gary Johnson wrote: > On 2012-01-31, Jerry Dai wrote: > > Hi, > > > > I have a file with a lot of path in it. I want to search "/home/user/bin/ > > session.log" w

How to search a "path" string in a file?

2012-01-31 Thread Jerry Dai
Hi, I have a file with a lot of path in it. I want to search "/home/user/bin/session.log" without changing "/" to "\/". How should I do it? Thanks. -- -- Best Regards Jerry Dai -- You received this message from the "vim_use" maillist. Do not top-post

Re: Strange font rendering in gVIM 7.3 in Unix

2011-12-12 Thread Jerry
? On Dec 12, 8:41 pm, Tony Mechelynck wrote: > On 13/12/11 03:24, Jerry wrote: > > > Thank you Tony. > > I was able to set the font Bitstream\ Vera\ Sans\ Mono\ 11 etc as > > suggested by the wikia. but I was not able to specify the font I > > wanted. > >

Re: Strange font rendering in gVIM 7.3 in Unix

2011-12-12 Thread Jerry
 pm, Jerry wrote: > > > I recently compiled a VIM 7.3 ...  font rendering is really crappy. > > Your bad font looks like a proportional font used in vim.  Vim with > GTK can use proportional fonts but they look like that.  I suggest you > experiment with changing the font, and i

Re: Strange font rendering in gVIM 7.3 in Unix

2011-12-12 Thread Jerry
Thank you Tony. I was able to set the font Bitstream\ Vera\ Sans\ Mono\ 11 etc as suggested by the wikia. but I was not able to specify the font I wanted. Do you know why GTK2 can only find a subset of the fonts? thanks. On Dec 11, 11:05 pm, Tony Mechelynck wrote: > On 12/12/11 05:42, Je

Re: Strange font rendering in gVIM 7.3 in Unix

2011-12-12 Thread Jerry
I noticed that too. But when I tried it again, the color become the same. Don't know what happened there. Thanks, SC. On Dec 11, 11:05 pm, sc wrote: > On Mon, Dec 12, 2011 at 05:57:36AM +0100, Ivan Krasilnikov wrote: > > On Mon, Dec 12, 2011 at 05:42, Jerry wrote: > > > g

Re: Strange font rendering in gVIM 7.3 in Unix

2011-12-12 Thread Jerry
Krasilnikov wrote: > On Mon, Dec 12, 2011 at 05:42, Jerry wrote: > > gVIM 7.3 screenshot:http://i.imgur.com/K2nbx.jpg > > I see something similar when I set guifont to a non-existing font name. > > Does ":set guifont=Monospace" or choosing some font through "

Strange font rendering in gVIM 7.3 in Unix

2011-12-11 Thread Jerry
I recently compiled a VIM 7.3 under Unix. I am using all default options. When opening GVIM, I found that the font rendering is really crappy. It is entirely unacceptable when compared with VIM 7.2 Here are the screen shots for the same piece of code under two versions. The font was set to be the s

Re: Portable vim for solaris

2011-07-11 Thread Jerry
Hi, you can try install a pre-compiled executable for solaris. Rest assured it is a legit website, although it looks ugly as hell. :) http://sunfreeware.com/programlistsparc10.html#vim On Jul 11, 3:44 am, Teggy V wrote: > Hi there, > > I am a great fan of vim; be it on windows or linux or other

Re: quickfix 'errorformat' help

2011-04-21 Thread Jerry Dai
Thanks Tony. Your suggestion helps! After reading the manual more carefully, I find the solution. -- -- Best Regards Jerry Dai On Thu, Apr 21, 2011 at 7:50 PM, Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > On 22/04/11 04:16, Jerry Dai wrote: > >> Hi, >> >

quickfix 'errorformat' help

2011-04-21 Thread Jerry Dai
d not find member 'triggered' in class 'event', at "/users/jianzhen/core_tb_20110419_/tools/verification/event.svh", 32.* Anyone can help me? -- -- Best Regards Jerry Dai -- You received this message from the "vim_use" maillist. Do not top-post! Type you

Re: GVIM 7.3 can not start up due to BadAlloc

2011-04-07 Thread Jerry
from what 7.1 invoked. On Apr 6, 11:10 pm, Tony Mechelynck wrote: > On 07/04/11 04:39, Jerry wrote: > > > Hello, I have just installed vim 7.3. When I try to start gvim, I got > > the following error message: > > > The program 'gvim' received an X Window System

GVIM 7.3 can not start up due to BadAlloc

2011-04-06 Thread Jerry
Hello, I have just installed vim 7.3. When I try to start gvim, I got the following error message: The program 'gvim' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 503 error_code

Re: emacs style search highlighting

2009-05-27 Thread Jerry Rocteur
gt; how I can get this? > > Thanks, > Nick Stick this in your .vimrc " Switch off highlighting after hitting return nnoremap :noh Of course you can change they key, in this case Cheers, Jerry --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: keeping the cursor in the middle of window

2009-04-26 Thread Jerry Dai
+ > | 223 bla bla bla bla bla bla | > | 224 bla bla bla bla bla bla | > | 225 bla bla.X               | > |~                            | > |~                            | > |~                            | > | - INSERTION -         225,9 | > +-

Re: How to print umlauts?

2008-11-12 Thread jerry
hi How about the CJK character when hardcopy, I set the follwing for a utf8 chinese file :set encoding=utf-8 :set printdevice=file :set printencoding=euc_cn :set printmbfont=c:yes,r:WadaMin-Regular :not sure this one, seems related with ghostscripts? :set printmbcharset=GB_2312-80 Thanks On No

Re: How to print umlauts?

2008-11-12 Thread jerry
HI how about the CJK characters, It is utf-8 encoding, and I use GUI version of vim I have try to set encoding=utf-8 set printencoding=euc_cn set printmbfont :i dont't know what need to set, seems related to gostscript set printmbcharset=GB2312-80 Thanks On Nov 12, 7:36 pm, "Yongwei Wu" <[EM