2007-09-01から1ヶ月間の記事一覧

HEM CORPORATION PRECIOUS CHANDAN HEM CORPORATION All seasons HEM CORPORATION MAGNOLIA Shrinivas SUGANDHALAYA SATYA NATURAL PREMSAGAR AUROBINDO

term != "screen"

screenでvimがこける。 % echo $TERM xterm-color % screen % echo $TERM vt100 % vi E437: terminal capability "cm" required Press ENTER or type command to continueなので ~/.screenrc term ansi ~/.vimrc " if &term =~ "screen" if &term !~ "xterm-…

インストール

zsh

$ curl -O http://www.zsh.org/pub/zsh-4.3.4.tar.gz $ tar xzvf zsh-4.3.4.tar.gz $ ./configure --enable-multibyte --enable-locale $ make $ sudo make install $ vi /etc/shells $ cat /etc/shells # List of acceptable shells for chpass(1). # Ftpd …

ドロップレットでファイルを新規タブで開く

splhack: vim7.1.100 property CR : ASCII character of 13 property ESC : ASCII character of 27 on open theList set thePath to POSIX path of (item 1 of theList as string) --display dialog thePath tell application "Vim" to activate tell applic…

SVN::Web

SVN-Web-0.53 - Subversion repository web frontend - metacpan.org インストール 素のperlは面倒そうだったので、portのperlを使用。 $ cd ~/src $ curl -O http://search.cpan.org/CPAN/authors/id/A/AS/ASH/SVN-Placeholder-0.00001.tar.gz $ tar xzvf S…