Skip to content

Instantly share code, notes, and snippets.

@3panda
Last active May 6, 2019 02:01
Show Gist options
  • Save 3panda/8764844 to your computer and use it in GitHub Desktop.
Save 3panda/8764844 to your computer and use it in GitHub Desktop.

Vimでよく忘れる操作のメモ

^

空白を除くカーソル行の先頭にカーソル移動します。

0

カーソル行の先頭にカーソル移動

スクロールコマンド

<C-u>	上方向	半画面分	up
<C-d>	下方向	半画面分	down
<C-b>	上方向	一画面分	back
<C-f>	下方向	一画面分	forward
<C-e>	上方向	一行分	 
<C-y>	下方向	一行分	 

Gistの使い方

:Gist             # Gistにpost
:'<,'>Gist        # 選択した部分だけGistにpost 
:Gist xxxxxxx     # post済みのものをidを指定して編集
:Gist -l          # postしたものの一覧表示
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment