Public Gists by c9s

Gravatar
Sat Nov 28 20:53:52 -0800 2009
1
2
3
package Vimana::Accessor;
use strict;
use warnings;
Gravatar
Sat Nov 28 09:13:50 -0800 2009
1
2
3
#!/usr/bin/env perl
use feature ':5.10';
use Net::Twitter::Stream;
Gravatar
Sat Nov 28 05:14:28 -0800 2009
1
2
3
VIM IS... NOT *design-not*
 
- Vim is not a shell or an Operating System. You will not be able to run a
Gravatar
Sat Nov 28 04:34:21 -0800 2009
1
2
3
" curdir vimrc ===================================== {{{
fun! s:CurDirVIMRC()
  if getcwd() == expand("~")
Gravatar
Fri Nov 27 23:02:21 -0800 2009
1
2
3
init:
        ln -fs `pwd`/vim ~/.vim
        ln -fs `pwd`/vimrc ~/.vimrc
Gravatar
Fri Nov 27 23:01:20 -0800 2009
1
2
3
mkdir ~/dotfiles
cd ~/dotfiles
mv ~/.vim vim
Gravatar
Fri Nov 27 22:57:17 -0800 2009
1
2
3
#!/bin/bash
mkdir ~/git-dotfile
cd ~/git-dotfile
Gravatar
Fri Nov 27 12:20:08 -0800 2009
1
2
nmap <C-x>8 <C-w>v<C-w><C-w>*
nmap <C-x>3 <C-w>v<C-w><C-w>#
gist: 244211 billw.vim colorscheme
Gravatar
Fri Nov 27 12:12:44 -0800 2009
1
2
3
" vim: set tw=0 sw=4 sts=4 et:
 
" Vim color file
Gravatar
Fri Nov 27 08:30:27 -0800 2009
1
2
nmap <C-x>8 <C-w>v<C-w><C-w>*
nmap <C-x>3 <C-w>v<C-w><C-w>#
Gravatar
Thu Nov 26 10:02:22 -0800 2009
1
2
3
 
let x = [
   \ 123,
Gravatar
Thu Nov 26 10:02:00 -0800 2009
1
2
3
let x = [
    123,
    234,
Gravatar
Thu Nov 26 09:43:08 -0800 2009
1
2
3
# get the name of the branch we are on
git_prompt_info() {
  ref=$(git symbolic-ref HEAD 2> /dev/null) || return
Gravatar
Thu Nov 26 07:38:50 -0800 2009
1
2
3
MzScheme interface *new-MzScheme*
------------------
 
Gravatar
Wed Nov 25 09:43:39 -0800 2009
1
2
3
/opt/local/share/vim/vim72/syntax/basic.vim
/opt/local/share/vim/vim72/syntax/freebasic.vim
/opt/local/share/vim/vim72/syntax/ibasic.vim
Gravatar
Wed Nov 25 09:42:49 -0800 2009
1
2
3
/opt/local/share/vim/vim72/syntax/2html.vim
/opt/local/share/vim/vim72/syntax/README.txt
/opt/local/share/vim/vim72/syntax/a2ps.vim
Gravatar
Wed Nov 25 09:38:03 -0800 2009
1
2
3
#include "jsapi.h"
 
/* The class of the global object. */
Gravatar
Tue Nov 24 09:47:38 -0800 2009
1
2
3
REQUIRES=(App::CLI DateTime::Format::DateParse Exporter::Lite File::Basename File::Copy File::Find File::Path File::Spec Getopt::Long LWP::UserAgent YAML)
TODAY=`date +%Y-%m-%d`
REPO=/tmp/vim-packager-$TODAY
Gravatar
Tue Nov 24 09:40:09 -0800 2009
1
2
3
REQUIRES=(App::CLI DateTime::Format::DateParse Exporter::Lite File::Basename File::Copy File::Find File::Path File::Spec Getopt::Long LWP::UserAgent YAML)
TODAY=`date +%Y-%m-%d`
REPO=/tmp/vim-packager-$TODAY
Gravatar
Tue Nov 24 07:37:47 -0800 2009
1
2
3
    div.class1[ attr1 = ... ]+li*3
 
=>