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
  • ConEmu上でターミナルvimを256色対応する場合

参考

http://stackoverflow.com/questions/20034851/vim-encoding-unicode-in-terminal-under-windows/25073399#25073399

参考

http://conemu.github.io/en/AnsiEscapeCodes.html


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS