업무 투입 준비 (6) - misc. settings 적용하기
기타 자동화하기 어려운 개발환경 설정들
개요
-
Mac (System Preferences)
- locate 서비스 활성화
$ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist $ sudo /usr/libexec/locate.updatedb\n\n
-
키보드 설정
-
한영 전환
System Preferences > Keyboard > Shortcuts > Input Sources Select the previous input source : ⌃ ⇧ Space
-
Capslock
System Preferences > Keyboard > Keyboard > Modifier Keys > Apple Magic Keyboard
CapsLock(⇪) -> Control(⌃)
-
Ctrl
System Preferences > Keyboard > Keyboard > Modifier Keys > Apple Magic Keyboard
Control(⌃) -> Control (⇪)
-
-
터미널(terminal emulator)
-
-
설치
$ brew install --cask iterm2
-
필수 설정
-
iTerm2 > Preferences > Profiles > Keys
-
[alt backspace로 단어 지우기]
※ 변경 후: Left option key (⎇) -> +Esc로 설정
-
[alt key + (←) 로 한 단어 뒤로 이동하기] #e5adefda
※ 변경 전: Send Hex Codes 0x1b 0x1b 0x5b 0x44
※ 변경 후: keyboard shortcuts 추가(+) > (⎇ ←) Send Escape Sequence (+Esc) 선택 후 b 입력
-
[alt key + (→) 로 한 단어 뒤로 이동하기]
※ 변경 전: Send Hex Codes 0x1b 0x1b 0x5b 0x43
※ 변경 후: keyboard shortcuts 추가(+) > (⎇ →) Send Escape Sequence (+Esc) 선택 후 f 입력
-
-
-
기타 설정
* [ 비프음 제거 ] ※ 변경 후: Preferences Profiles > Terminal > "Silence bell" check
-
-