Aryeh M. Friedman wrote:
> When I installed vim on my gentoo system it came with three
> defaults I can't figure out how to turn off:
>
>     1. Search highlighting
>     2. The above remembered from session to session
>     3. Automatically moving me to the last edit in a file
>        (if there is one) when I open it

Read this for 1 and 2:
http://vim.wikia.com/wiki/Highlight_all_search_pattern_matches

For 3, in Vim, enter:
  :scriptnames

Possibly the list of scripts that have run on your system will
include vimrc_example.vim which includes some code to restore
the cursor position. If so, we might advise how best to proceed.

John

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to