Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 750 Bytes

File metadata and controls

32 lines (17 loc) · 750 Bytes

vim-operator-blockwise

幅が違う textobj を矩形操作するためのプラグインです。

Example setting

" YYiw でカーソルから下の行に向かって iw にマッチしなくなるまでの範囲をヤンクします

" ヤンク
nmap YY <Plug>(operator-blockwise-yank-head)
" 削除
nmap DD <Plug>(operator-blockwise-delete-head)
" 変更
nmap CC <Plug>(operator-blockwise-change-head)

Screencapture

<Plug>(operator-blockwise-delete-head)i"

dd

<Plug>(operator-blockwise-change-head)iw

cc