- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windows-アプリケーション/ConEmu/ANSIサポート/PowerShell CMDの256色対応 へ行く。
- 1 (2016-11-19 (土) 21:18:30)
- 2 (2016-11-19 (土) 21:20:09)
ConEmu ANSIサポート(256色対応)
Vim
if (has('win32') && !has('gui_running') && $ConEmuANSI == 'ON') set term=xterm set t_Co=256 let &t_AB="\e[48;5;%dm" let &t_AF="\e[38;5;%dm" endif