How to turn a q recording into a map?

2007-03-23 Thread noah
the register lines and automatically turn them into an noremap (including adding the @ to start register playback). Has anyone perfected this? Yours, Noah

How do I make the current working directory follow the active document in Gvim?

2007-02-25 Thread Noah Spurrier
6.10 Yours, Noah

Re: Folding away based on a seach

2007-01-11 Thread Noah Spurrier
in fact. Yours, Noah

Folding to produce a high-level index of code

2007-01-09 Thread Noah Spurrier
); } function touch_sql ($sql) +-- 21 lines: { function see_sql ($sql,$fetch_mode=DB_FETCHMODE_OBJECT) +-- 20 lines: {- Yours, Noah

Spell checking comments and strings

2006-09-08 Thread Noah Spurrier
Is there a way to spell-check strings and comments using vim7.0 ? This is for Python in particular, but doing this in any language would be useful. Yours Noah

Paragraph formatting options

2006-08-18 Thread Noah Spurrier
shell command that you enter is sent to all the hosts. The response from each host is collected and printed. For example, you could connect to a dozen different machines and reboot them all at once. Yours, Noah

RE: Tips for advance use of Vim

2006-08-14 Thread Noah Spurrier
(I checked -- it uses a double MD5 hash). If the VIM account passwords are stored in another hash then it may still yet be possible to sync them with only a little bit of hacking of the WikiMedia source. Yours, Noah

How to delete unicode multi-byte characters?

2006-08-08 Thread Noah Spurrier
them in gvim. How can I search for and delete utf-8 multi-byte character sequences? I have both two-byte and three-byte utf-8 characters to consider. I'm using vim7. Yours, Noah

yank append to unnamed register (*quotequote* register)

2006-08-03 Thread Noah Spurrier
Is it possible to Yank Append directly to the unnamed register? That is, without affecting any of the other named registers. I know that the unnamed register also holds the same text as was last yanked to a named register, but I wanted to Yank Append without affecting any of those. Yours, Noah

Using :g to delete patterns that span multiple lines

2006-07-18 Thread Noah Spurrier
, only the start of the match matters). What is the best way to do what I am trying to do? I want to delete all text that matches a pattern, including multi-line patterns. Yours, Noah

Firefox and VIM?

2006-07-18 Thread Noah Spurrier
When is someone going to write a VIM plugin for Mozilla Firefox? Yours, Noah :wq

Saving over FTP with vim 7

2006-05-17 Thread Noah Sturr
an error message: ***netrw*** VIC104.tmp: File not found The file name changes each time and I cannot find it in any directory. Bug? Error in configuration? I can put up my configurations if needed but nothing really odd is set. Thanks! noah __ Do

Re: Key Map Based On Current File

2006-04-12 Thread Noah Spurrier
This is what I have in my .vimrc file autocmd FileType python map F7 :!python %CR autocmd FileType sh map F7 :!bash -c ./%CR Noah Hi All. I would like to map a key such that it 'executes' the current file. Is this a no brainer? For example, I have the following in my .vimrc file: map