Re: [Bulk] Re: vim can't find carriage returns

2011-05-24 Thread Frans Grotepass
On Tue, 24 May 2011 08:43:49 -0500 Eljay Love-Jensen wrote: > Hi JP Lew, > > Frans Grotepass> I suggest grabbing a good cheat sheet of the net... > > I have found this tutorial / cheat sheet website to be fantastic: > > http://www.viemu.com/a_vi_vim_graphical_cheat_s

Re: vim can't find carriage returns

2011-05-24 Thread Frans Grotepass
On Tue, 24 May 2011 01:17:08 -0700 JP Lew wrote: > I've only been using Vim for a week now, but with every passing day > am more and more impressed by its power. And it is only the first week :D Boy, you have no idea how good this will still get!! The real fun starts after you've assimilated th

Re: vim can't find carriage returns

2011-05-24 Thread Frans Grotepass
On Mon, 23 May 2011 23:14:26 -0700 (PDT) JP Lew wrote: > Hi there: > No matter which document I'm editing, whenever I search for a carriage > return like this: > > /\r > > I get the following error message: > > E486: Pattern not found: \r > > It's puzzling because Vim is matching other charac

get vim to interpret the bash colour codes

2010-12-10 Thread Frans Grotepass
Hi all, A quick question. If i use grep to search for a whole lotta stuff and use the --color=always to highlight the found items, how can I turn on the same colorisation in vim. To be clear, I capture the stdout to file and then open the file (with colour codes) in vim. Thanks in advance Fra

Who has my "expandtab"

2010-11-19 Thread Frans Grotepass
Hi all, My Expandtab seems to be missing! For some reason it is unset. My vimrc is reasonably extensive, but for test purposes it has been trimmed to: set shiftwidth=4 set tabstop=4 set smarttab set ai "Auto indent set si "Smart indet set expandtab

Re: Who has my "expandtab"

2010-11-16 Thread Frans Grotepass
On Tuesday 16 November 2010 15:54:16 ZyX wrote: > Reply to message «Who has my "expandtab"», > sent 17:47:18 16 November 2010, Tuesday > > by Frans Grotepass: > > My Expandtab seems to be missing! For some reason it is unset. My vimrc > > is > > > rea

Re: Cursor line and cursor column highlighting

2010-07-26 Thread Frans Grotepass
On Saturday 24 July 2010 04:36:06 Tony Mechelynck wrote: > On 23/07/10 10:28, Frans Grotepass wrote: > > Hi all, > > > > I just added cursor line and column highlighting. My standard background > > colour is black and I only want the colour of the line and column to &

Re: Right margin highlighting not working when opening more windows.

2010-07-23 Thread Frans Grotepass
On Friday 23 July 2010 10:23:55 Frans Grotepass wrote: > Hi all, > > I enabled right margin highlighting using > > :match rightMargin /.\%>100v/ > :highlight rightMargin guifg=black > :highlight rightMargin guibg=pink > > When I open a second wind

Cursor line and cursor column highlighting

2010-07-23 Thread Frans Grotepass
Hi all, I just added cursor line and column highlighting. My standard background colour is black and I only want the colour of the line and column to change to the set colour when the background was black. This will make the cursor line and column highlighting less intrusive (with the value se

Right margin highlighting not working when opening more windows.

2010-07-23 Thread Frans Grotepass
Hi all, I enabled right margin highlighting using :match rightMargin /.\%>100v/ :highlight rightMargin guifg=black :highlight rightMargin guibg=pink When I open a second window using split or vsplit, then the margin highlighting is not active. How can I enable the m

Re: Hex edit in vim

2010-02-25 Thread Frans Grotepass
On Thursday 25 February 2010 16:51:17 Ben Fritz wrote: > On Feb 24, 2:06 am, Frans Grotepass wrote: > > > I leave you with this: > > > > > >http://vim.wikia.com/wiki/Improved_Hex_editing > > > > hexer was not a solution for you? > > Never heard of

Re: Hex edit in vim

2010-02-24 Thread Frans Grotepass
On Tuesday 23 February 2010 16:13:29 Ben Fritz wrote: > On Feb 22, 3:01 pm, Christian Brabandt wrote: > > > When I edit the binary file in hex mode in vim. I would like to have > > > the ascii view updated once I change the hex value. Is it possible to > > > do so? > > > > I think, the best soluti

Re: Hex edit in vim

2010-02-24 Thread Frans Grotepass
On Tuesday 23 February 2010 16:13:29 Ben Fritz wrote: > On Feb 22, 3:01 pm, Christian Brabandt wrote: > > > When I edit the binary file in hex mode in vim. I would like to have > > > the ascii view updated once I change the hex value. Is it possible to > > > do so? > > > > I think, the best soluti

Re: c/c++ block fold

2009-09-23 Thread Frans Grotepass
Charles Campbell wrote: > Steven Woody wrote:, >> Can I fold/unfold c/c++ code blocks? Thanks. > :he zo > :he zO > :he zc > :he zC > :he 'fdm' > > I use the space, myself, with the following map: (to do both opening and > closing) > > nno :exe 'silent! normal! '.((foldclosed('.')>0)?

Re: Hijacked threads

2009-06-10 Thread Frans Grotepass
Carsten Agger wrote: > My own mail client threads by subject, so i did not occur to me that by > hitting reply and changing the subject entirely I'd not start a new > thread. My *intention* was to start a new thread. > > I'm sorry if you feel bad about this. As I said, it did not occur to me > th

Re: [Bulk] Re: Vi editor for answering emails?

2009-02-25 Thread Frans Grotepass
James Freer wrote: > 2009/2/25 J.A.J. Pater : >> Ted Pavlic schreef: >>> To each his own, I suppose. >>> >> To which I fully agree. Do what's convenient for you. >> >> But really Raúl, maybe you could give Vimperator another try. >> Sure, it takes some time to get used to it's modality, but once y

Re: [Bulk] Re: [Bulk] Re: Vi editor for answering emails?

2009-02-25 Thread Frans Grotepass
Frans Grotepass wrote: > James Freer wrote: >> 2009/2/25 J.A.J. Pater : >>> Ted Pavlic schreef: >>>> To each his own, I suppose. >>>> >>> To which I fully agree. Do what's convenient for you. >>> >>> But really Raúl, maybe

Re: load all files in quickfix

2009-01-30 Thread Frans Grotepass
bill lam wrote: > How to load all files inside a quickfix list into buffers instead of > opening them one by one? > > Thanks in advance. > Hi, Try: cat quickfixlist | xargs vim --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For

Re: Why does cinoptioins apply to my mail syntax?

2009-01-15 Thread Frans Grotepass
Cory Echols wrote: > On Thu, Jan 15, 2009 at 8:46 AM, Frans Grotepass > wrote: >> Sorry, it is set in ~/.vimrc >> >> cinoptions is set to ":0,(0". The ( then behaves like follows: >> >> blablabla blabla ( >> blablaA >

Re: Why does cinoptioins apply to my mail syntax?

2009-01-15 Thread Frans Grotepass
Cory Echols wrote: > On Thu, Jan 15, 2009 at 8:11 AM, Frans Grotepass > wrote: >> cindent is on. Switching to nocindent solves the problem. What happens is >> the following (with >> tabwidth set to 4. >> >> >> blablabla, >> bla >> >

Re: Why does cinoptioins apply to my mail syntax?

2009-01-15 Thread Frans Grotepass
Cory Echols wrote: > On Thu, Jan 15, 2009 at 4:09 AM, Frans Grotepass > wrote: >> Well, that is my question. Why does the cinoptions apply to the mail syntax? > > It doesn't seem to be set to apply to mail sytax by default. You may > have some autocommands or plug

Re: Disable srcoll visual alert in gvim

2009-01-15 Thread Frans Grotepass
Dennis Benzinger wrote: > Am 15.01.2009 08:50, Frans Grotepass schrieb: >> Hi all. >> >> My collegue is bothered by gvim when I scroll and it reaches the end of the >> buffer. When reaching >> the end, the screen flashes and it distracts him. How can one turn

Why does cinoptioins apply to my mail syntax?

2009-01-15 Thread Frans Grotepass
Well, that is my question. Why does the cinoptions apply to the mail syntax? --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--

Disable srcoll visual alert in gvim

2009-01-14 Thread Frans Grotepass
Hi all. My collegue is bothered by gvim when I scroll and it reaches the end of the buffer. When reaching the end, the screen flashes and it distracts him. How can one turn this off? Is it a gvim feature or an artifact of the wm? Greets, Frans --~--~-~--~~~---

Re: multi column

2008-12-15 Thread Frans Grotepass
bill lam wrote: > On Mon, 15 Dec 2008, Frans Grotepass wrote: >> Set column width, Highlight all the text and use gq to reformat the text. > > Pardon, how to set column width? > set textwidth=bla --~--~-~--~~~---~--~~ You received this message

Re: multi column

2008-12-15 Thread Frans Grotepass
bill lam wrote: > I have to print on paper something like this, > > 1 > 2 > 3 > 4 > 5 > 6 > 7 > .. > (very long list) > > To be environmental friendly, I would like to reformat it as > > 1 2 3 > 4 55

Re: Vim as a Manpager

2008-12-04 Thread Frans Grotepass
Ajay Jain wrote: > Hi, > > I am using putty (on Windows) to login to a linux machine. > > I wish to read the manpages using Vim. I have added the followig to my > .bashrc: > > export PAGER="/bin/sh -c \"unset PAGER;col -b -x | view -c 'set ft=man > nomod nolist' -c 'map q :q' -c 'map ' -c 'm