# vim のインラインコードブロックのキーバインディング
Table of Contents
vim のインラインコードブロックのキーバインディング
https://github.com/tpope/vim-surround
mkdir -p ~/.vim/pack/tpope/startcd ~/.vim/pack/tpope/startgit clone https://tpope.io/vim/surround.gitvim -u NONE -c "helptags surround/doc" -c q
例えば以下の文章の code にカーソルを合わせ ysiw`
This is the code
.
visual mode (charwise-visual) の場合
v
押して文字列を選択し S`
Markdown のコードの中にバッククォートを含めるには外側のバッククォートを2つずつにするの知らなかった
`` `code` ``