bash 에서 backspace 가 안먹힐 때 사용하는 방법

*** nabiro, 20122008, bash, 백스페이스, backspace, 안될때, 안먹힐때

HOME 디렉터리 아래 .inputrc 파일에 다음 내용을 추가

set meta-flag on
set input-meta on
set convert-meta off
set output-meta on

"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word

댓글

Designed by JB FACTORY