"""" my vimrc
" GENERAL OPTIONS set nocompatible " use vim defaults filetype on " detect the type of file set enc=utf-8 set history=1000 " How many lines of history to remember
* key searches for the word under the cursor, use ”#” to do the same thing backwards.
% key on brackets {} () [] will find the matching one.
. key will repeat last change
I used the openssl vim plugin to edit files protected by ssh.
Plugin is here: http://www.vim.org/scripts/script.php?script_id=2012