2013-07-01から1ヶ月間の記事一覧

avesta

[avesta] 1. binary 0.3.1.9 (zip) を解凍 http://lamoo.s53.xrea.com/app/2. avesta-0.3.1.9_Bugplus_rev148 転載 を解凍して 1. に上書き http://www1.axfc.net/uploader/Sc/search.pl?search_str=avesta3. オプション → 動作設定 → ファイルリスト → アド…

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