This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let $VIMRUNTIME='~/.vim' | |
filetype plugin indent on | |
syntax on | |
" load plugin, need execute before load colorscheme | |
execute pathogen#infect() | |
" header buffer, change your name in *.hd | |
autocmd BufNewFile *.* call CreateFile() | |
autocmd BufWritePre,FileWritePre *.* ks|call LastMod()|'s | |
autocmd BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g`\"" | endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | |
* File Name : ssh.go | |
* Purpose : | |
* Creation Date : 11-18-2013 | |
* Last Modified : Thu Dec 5 23:12:09 2013 |
NewerOlder