Skip to content

Instantly share code, notes, and snippets.

@yuta-nihei
Last active December 7, 2020 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuta-nihei/81788c4d82c22c5747cf30f6da9609cf to your computer and use it in GitHub Desktop.
Save yuta-nihei/81788c4d82c22c5747cf30f6da9609cf to your computer and use it in GitHub Desktop.
nvim key insert mode

CTRL-G CTRL-J insert modeに入った時のカーソル位置の下に移動
CTRL-G CTRL-K insert modeに入った時のカーソル位置の上に移動
gg> ファイルの先頭へ移動 G 最終行に移動します。
CTRL-F 右移動
CTRL-B 左移動

インデント複数行 Ctrl + V

でインデント調整

0 行頭へ移動 $> 行末へ移動

%> 対応する括弧に移動

hoge { }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment