Post

Vim 이슈 정리

Vim 이슈 정리

option key 인식안될때

  1. Apple Terminal.app
    • Preferences → Profiles → Keyboard → Use Option as Meta key 체크
  2. iTerm2
    • Preferences → Profiles → Keys → Left/Right Option Key: Esc+ 로 설정
  3. Ghosty
    • 아래 설정 추가 ```sh macos-option-as-alt = true

keybind = alt+left=unbind keybind = alt+right=unbind

1
2
3
4
5

## swap file location
```sh
$HOME/.local/share/nvim/swap/
This post is licensed under CC BY 4.0 by the author.