hjjae2 / anything

:fire: anything
2 stars 0 forks source link

Macbook 세팅 #5

Closed hjjae2 closed 2 years ago

hjjae2 commented 2 years ago

Keyboard

image

/Users/leehyunjae/Library/KeyBindings/DefaultKeyBinding.dict

{
    /* http://www.hcs.harvard.edu/~jrus/site/cocoa-text.html */

    /* Remap Home / End keys to be correct */
    "\UF729" = "moveToBeginningOfLine:"; /* Home */
    "\UF72B" = "moveToEndOfLine:"; /* End */

    /* Remap Command + arrow */
    "@\UF702" = moveWordLeft:;
    "@\UF703" = moveWordRight:;

    /* Remap for backquote */
    "₩" = ("insertText:", "`");
}

Iterm2

image