Re: splitting $HOME/.vimrc

2006-09-30 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: splitting $HOME/.vimrc Date: Fri, 29 Sep 2006 07:26:33 +0200 Meino Christian Cramer wrote: [...] By the way: I am using Linux. Since kernel 1.1.54 my room has no windows anymore ;) Keep hacking! mcc Not even X-windows

Re: splitting $HOME/.vimrc

2006-09-30 Thread A.J.Mechelynck
Meino Christian Cramer wrote: [...] I feel, that the mapping the possibilities of an computer onto the simplicity of an [OK][CANCEL]-based world is a limititation I dont want to accept for me. This is not identical to the acceptance of unreadable manuals/help texts, which do mention everything

Re: splitting $HOME/.vimrc

2006-09-29 Thread moonykily
you can run normal commands with :normal for example, :normal dd will delete a whole line On Friday 29 September 2006 11:22, Meino Christian Cramer wrote: From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: splitting $HOME/.vimrc Date: Fri, 29 Sep 2006 05:04:30 +0200 Meino Christian Cramer

splitting $HOME/.vimrc

2006-09-28 Thread Meino Christian Cramer
Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all bindkey-related things go into .zsh.bindkey. .zshrc only sources those parts if available. Make things more readable. I would like to do the same thing with my $HOME/.vimrc. I looked

Re: splitting $HOME/.vimrc

2006-09-28 Thread A.J.Mechelynck
Meino Christian Cramer wrote: Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all bindkey-related things go into .zsh.bindkey. .zshrc only sources those parts if available. Make things more readable. I would like to do the same thing

Re: splitting $HOME/.vimrc

2006-09-28 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: splitting $HOME/.vimrc Date: Fri, 29 Sep 2006 05:04:30 +0200 Meino Christian Cramer wrote: Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all bindkey-related things go