2010-11-01から1ヶ月間の記事一覧

Poderosa のオプション設定が保存されない

Windows 7 + 64bit で Poderosa の [オプション設定] が保存されないときの解決策。コマンドプロンプトを管理者として実行。 \Windows\System32\cms以下のコマンドを実行。 cd /d "%ProgramFiles(x86)%\Poderosa" echo. >options.conf #ファイルが存在しない…

.vimrc の設定

Vim

文字判定の部分だけ。 if &encoding !=# 'utf-8' set encoding=japan set fileencoding=japan endif if has('iconv') let s:enc_euc = 'euc-jp' let s:enc_jis = 'iso-2022-jp' " iconvがeucJP-msに対応しているかをチェック if iconv("\x87\x64\x87\x6a", '…

Parallels 内で起動してるアプリケーションアイコンを Dock から消す

Mac

忘れないようにメモ。 [仮想マシン > 構成] を選択。 メニューから [共有アプリケーション] を選択。 [Windows アプリケーションを Mac OS X と共有する] の [Windows アプリケーションフォルダを Dock に表示] チェックを外す。 ずっと [環境設定] を探して…