본문 바로가기
카테고리 없음

[설정] mac 에서 vim 키맵 사용 시 커서 이동이 연속적으로 안될 때

by 가판이 2017. 3. 23.

원본: https://gist.github.com/kconragan/2510186


앱 별로 처리:

defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false


전체 처리:

defaults write -g ApplePressAndHoldEnabled -bool false


반응형