Re: bracket completion

2007-04-02 Thread Greg Matheson
On Mon, 02 Apr 2007, shawn bright wrote: > i am finding these usefull too, thanks Check out Luc Hermitte's development of Stephen Riehm's bracketing macros. http://hermitte.free.fr/vim/settings.php#settings -- Greg MathesonI have an elaborate

Re: inserting newlines

2007-03-20 Thread Greg Matheson
nes downward, on the first non-blank character |linewise|. Perhaps I should try mapping that one. > I have "+" and "-" remapped to "O" and "o" > respectively followed by for adding lines above/below the > current line. That's

Re: inserting newlines

2007-03-20 Thread Greg Matheson
my vimrc, so I *do* do it with one keystroke > (the Enter in normal mode). That's an idea! I use a lot in normal mode to move down a line, but I could map the other key which does the same thing, '+'. It is also easy to remember, as meaning, add a line. -- G

Re: Do a grep -r without match .svn directory ?

2006-12-04 Thread Greg Matheson
tly this doesn't work for GNU grep. It only excludes matches on file basenames, I am told. Correct me if I am wrong. > In Vim you would use (IIUC) > :set grepprg=grep\ -r\ --exclude=*.svn > :grep \ ~/dir/subdir/* -- Greg Matheson