摘要:
.vimrc "show line numberset number set autoindentset smartindent "colorscheme setsyntax enablesyntax on"if has('gui_running')" set background=dark"els 阅读全文
摘要:
1. Function: This addon allows using % to jump between matching keywords as Vim already does for matching parentheses/brackets. Many syntax files incl 阅读全文
摘要:
##linux normal usagealias gv gvimalias gvd gvimdiffalias gvdif gvimdiff ##open two windows and split vertically alias gvh 'gvim -o'##open two windows 阅读全文
摘要:
#!/usr/bin/perl use File::Basename; my $result_dir = $ARGV[0]; # Blow is the testlog directory #TODO:you may need update based your config my $result_ 阅读全文