| okdavinci | the textwidth doesn't work |
| rdesh | hey all i am trying to do a replace of %s/xyz*/abc/ such that when it matches xyz, xyz to end of file should be replaced by abc.. unfortunately this doesn't work :( |
| al- | ummm doesn't that repeat z 0 to infinite times? |
| rdesh | oh. yeah. would it be something with $ then? |
| al- | %s/xyz.*/abc/ maybe %s/xyz\.*/abc/ |
| rdesh | well that would escape the . |
| al- | yea which is not what i wanted to do |
| rdesh | your first one worked |
| al- | good |
| rdesh | thanks |
| al- | no problem |
| rdesh | hey al- one other thing i'm trying to use the mouse in console vim, with "set mouse=a", but even though the mouse selects text in visual mode, i can't middle-click paste it anywhere in X..any ideas? |
| deryni | If you want standard X highlight and middle-click paste I think you don't want mouse=a, but I gave up on mouse=a because I didn't like it for other reasons, so I don't really remember. |
| rdesh | hm ok i guess i will stick to gvim then |
| deryni | I couldn't stand clicking the mouse moving my cursor, I guess you like that. |
| rdesh | you move the cursor with keys? |
| deryni | Yes. And more to the point, I didn't want it randomly moving when I happened to click. |
| rdesh | i just need to find out a way to interact with the paste buffer in X |
| deryni | Right, you don't need mouse=a for that. :help "+ :help "* |
| polla | hello does anyone know where i can find some help with PDF font format incompatibility ?? |
| somian[1]_ | Zathrus: I am harrassing evil_steve over in #centos :-) |
| MetaCosm | about ? |
| somian[1]_ | errrr.... CentOS-5 Plus |
| xenoterracide | centos ftl |
| action | somian[1]_ takes a ftl ship to novus branti |
| somian[1]_ | takes a ftl ship to novus branti |
| foo | hmm, I'm looking for a place to store sensitive information. I like vim... I use a vim encrypted file. The only vulnerabilities with that are the swap file not being incrypted, and someone being able to brute force a file, right? |
| numbah | you should just have an encrypted filesystem |
| foo | All I really need is an encrypted file, just some passwords, not really a ton of stuff |