Re: About python syntax highlighting

2010-08-16 Thread Michael Dunn
> I recommend the python syntax file add highlighting > for the word "self". Thank you. > For now, though, one (easy) option is to add it yourself.  It's as > simple as putting this line: > > syn keyword Keyword self > > In the file: ~/.vim/after/syntax/python.vim > or vimfiles\after\synta

Re: scroll down without moving cursor to the bottom of the screen

2010-02-08 Thread Michael Dunn
>  how do you keep your cursor where you're at while scrolling down the > document so you don't have to scroll your cursor to the very of bottom of > the document to keep scrolling down. ctrl-e and ctrl-y do what you want (scrolling one line at a time). See :help scrolling There is also ctrl-u/ctr