Cygwin 설정

Cygwin에서 폴더 및 파일명이 한글이 표시가 안될 때 .bashrc 파일에 아래 내용을 추가.

alias ls='ls --color=tty --show-control-chars'

Cygwin에서 한글 입력이 안될때 .inputrc 파일에 아래 내용을 추가.

set meta-flag On
set convert-meta Off
set output-meta On
set completion-ignore-case On

그리고 Vim 편집기 설정! .vimrc 파일을 아래와 같이 수정하자.

set autoindent
set backspace=2
syntax on
set number
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
set background=dark
set visualbell

완소 Cygwin =)

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다