titles of tabs

2007-02-13 Thread Simon Jackson
how do you change the text in the file tabs up at the top?

weird autotab action

2007-02-14 Thread Simon Jackson
when i start to write a php function with gvim.. function dostuff() { ..as soon as i hit return it inserts a tab with an aditional 2 spaces how do i get rid of those extra spaces? and for that matter is there a way to close off the function automatically?.. function dostuff() { }

auto closing tags in HTML

2007-02-19 Thread Simon Jackson
how do i tell vim to close html tags as i'm writing them and place the cursor in between the 2 tags? example: if i type.. p then vim replaces it with p/p and places my cursor should be between '' and ''

limited fonts in gVim

2007-02-19 Thread Simon Jackson
Im on a windows machine and the choice of fonts to use is VERY limited, is there a way to use any true type font i have installed on the machine?

show only filenames in tabs

2007-02-19 Thread Simon Jackson
is there anyway to only show the name of the file up in the tabs rather than the entire path? example: this.. index.html instead of this.. \M\s\g\h\e\n\f\index.html

changing font size with scroll

2007-02-20 Thread Simon Jackson
I would like to increase/decrease the font size by one when i hold down ctrl and scroll the wheel. is this possible?

scripts repository

2007-02-22 Thread Simon Jackson
in debian based linux distros, you can type the following.. apt-get install program ...and the system will download the appropriate files to install that program does vim offer anything like this? if not how hard would this be to implement?

Can gVIM emulate WhiteRoom?

2007-02-24 Thread Simon Jackson
Is it possible for gvim to do the same thing as white room? http://www.hogbaysoftware.com/product/writeroom it seems like it wouldnt be too hard 1) full screen 2) text centered (like the screenshots in the the URL above)

delete html tags command?

2007-02-25 Thread Simon Jackson
is there something similar to 'dw' that would delete an entire tag and its contents or one just to delete the opening of a tag (just p instead of psome text/p?

HTML and tidy

2007-03-09 Thread Simon Jackson
Is it possible to use tidy to clean up my html in the current document?

visual problem

2007-03-10 Thread Simon Jackson
* OmniComplete * setlocal omnifunc=syntaxcomplete#Complete set wildmenu set wildmode=list:longest,full highlight Pmenu guibg=black gui=bold -- Simon Jackson 107 Austin Elaine St. Georgetown, TX 78628 United States 1-832-386

visual mode acting up

2007-03-11 Thread Simon Jackson
when i have text selected in visual mode, i type 'y' and instead of yanking the text it overwrites it. anyone know why?

eterm and vim

2007-03-11 Thread Simon Jackson
the following entries in my vimrc only work in gvim but will not work in eterm, aterm or xterm: nmap C-S-tab :tabpreviouscr nmap C-tab :tabnextcr map C-S-tab :tabpreviouscr map C-tab :tabnextcr imap C-S-tab ESC:tabpreviouscri imap C-tab ESC:tabnextcri anyone know why?