Skip to content

Instantly share code, notes, and snippets.

View alecchen's full-sized avatar

Alec Chen alecchen

View GitHub Profile
" ===========================================================================
" General settings
" ===========================================================================
set nu
set ic
set ai
set ruler
set bs=2
set shiftwidth=4
ScriptID SourceID Filename
--------------------------
40 8798 :AutoInstall: DrawIt.vim
1066 7618 :AutoInstall: cecutil.vim
642 8136 :AutoInstall: getscript.vim
273 7701 :AutoInstall: taglist.vim
556 11480 :AutoInstall: perl-support.vim
1338 4976 :AutoInstall: TabBar
42 9524 :AutoInstall: bufexplorer.zip
40 8798 :AutoInstall: DrawIt!
<h2><%=l(:label_contact_plural)%></h2>
<table class="list">
<thead><tr>
<%= sort_header_tag('login') %>
<% for header in @headers %>
<%= sort_header_tag(header) %>
<% end %>
</tr></thead>
<tbody>
#!/usr/bin/perl
use strict;
use warnings;
use HTML::Table;
my $table1 = new HTML::Table(
-spacing => 2,
-padding => 2,
-border => 2,
ScriptID SourceID Filename
--------------------------
40 8798 :AutoInstall: DrawIt.vim
1066 7618 :AutoInstall: cecutil.vim
642 8136 :AutoInstall: getscript.vim
273 7701 :AutoInstall: taglist.vim
556 11480 :AutoInstall: perl-support.vim
1338 4976 :AutoInstall: TabBar
42 9524 :AutoInstall: bufexplorer.zip
40 8798 :AutoInstall: DrawIt!
# Look and feel
#caption always "%{= 11}%{+b w}Screen: %n | %h %=%t %c"
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
# Our warning of activity
activity "Activity in %t(%n)"
# Left Right meta key mods
#ALT-,. and ALT-<>
bindkey "^[<" eval number !echo $WINDOW-1|bc
" ===========================================================================
" Filename: .vimrc
" Author: Yen-Liang Chen (Alec), <alec@cpan.org>
" Created: Tue 12 May 2009 01:40:41 PM CST
" Modified: Tue 01 Sep 2009 03:12:34 PM CST
" ===========================================================================
" ===========================================================================
" General settings
" ===========================================================================