Skip to content

osyo-manga/vim-operator-blockwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published