2013-01-01から1年間の記事一覧

screen

[screenrc] # termcapinfo xterm "ks=\E[?1l\E:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:kh=\E[5~:kH=\E[F" termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~' defbce "on" term xterm-256color defscrollback 10000 altscreen on vbell off autodetach…

vim

[vimrc] syntax on set tabstop=2 set shiftwidth=2 set expandtab set smartindent set backspace=indent,eol,start set ignorecase set smartcase set magic set wrapscan set hlsearch set smartcase set nowrap set nolinebreak set textwidth=0 set for…

bash

[bashrc] alias a="alias" alias l="screen -list" alias x="screen -x" alias S="screen -S" # ctrl-s undefine stty stop undef # history HISTTIMEFORMAT='%Y-%m-%d %T '; export HISTSIZE=40000 export FILESIZE=40000 function share_history { history…

input

[inputrc] "\C-n":history-search-forward "\C-p":history-search-backward "\e[A":history-search-backward "\e[B":history-search-forward "\e[1~": beginning-of-line "\e[4~": end-of-line set bell-style none

Beep音を消す

[windows] サウンド → 一般の警告音 → なし[linux] ~/.inputrc → set bell-style none[teraterm] TERATERM.INI → Beep=off

HOMEディレクトリの設定は /etc/profile で export HOME=XXX でなんとか

.tmux.conf に設定を記述。set-option -g prefix C-a - tmux ls でセッション一覧 tmux kill-session -t 0 でセッションを終了 - " で分割。

フォルダ http://thinkit.co.jp/free/article/0708/2/6?page=0,0

http://jquery.com/