Neovim Keymap 가이드
Normal mode
:h key-notation: key notation
u: undo<C-r>: redo
=: align e.g., gg=G, =3<C-k>: clang-format (설정한 경우)
:! <command>: shell에서<command>를 실행합니다.:r[ead]! <command>: stdout -> vim:w[rite]! <command>: vim -> stdin
<C-a>: 숫자 증가<C-x>: 숫자 감소