Re: Manipulate selected text

2011-09-30 Thread Andrew Stewart
On Sep 29, 4:07 pm, bterkuile bterku...@gmail.com wrote: I am now trying macvim and something is not working anymore. A normal operation for me is to select text and do a search and replace on this. My actions for this are: 1. Select text 2. type:     :s/foo/bar/g (Or any of all the other

Re: Manipulate selected text

2011-09-30 Thread Tony Mechelynck
On Sep 29, 6:26 pm, Kyle Lippincott spect...@pewpew.net wrote: This sounds an awful lot like select mode to me.  Verify before you hit : that you're in 'VISIUAL' not 'SELECT' mode.  Investigate the 'selectmode' option and 'behave' command to see why this might be getting turned on.  It's meant

Re: Color scheme options getting reset

2011-09-30 Thread Tony Mechelynck
On Sep 29, 11:28 pm, toki reddog...@gmail.com wrote: Hi Tony, That seems to have worked.  Not sure why this didn't take effect when I added the lines into the default color profile in the MacVim package.  I actually did try making a colorscheme inside the .app package, as well, but it didn't

Re: Manipulate selected text

2011-09-30 Thread Kyle Lippincott
It probably depends on selectmode then.. I think by default on Marin behavior it's only set to 'mouse', but I set it to all three (including 'cmd') before writing that. Even more reason for me to dislike the feature - too hard to tell what's going to happen ;) On Sep 30, 2011, at 8:44, Tony