KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
vim-operator-blockwise
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
tools
:
My tools
stm32f4-canopennode
:
CANopenNode as used on our Cortex-M4 controllers.
phil220a
:
Solutions for UBC PHIL220A distance-ed online assignments; PR's welcome!
FloodLights
:
Minecraft Mod for Flood Lights (alternative for GregsLighting)
typographie
:
Web service for preparation of Russian texts for the web publication
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vim-operator-blockwise
?
Download (.md)
# vim-operator-blockwise 幅が違う textobj を矩形操作するためのプラグインです。 ## Example setting ```vim " 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"`  `<Plug>(operator-blockwise-change-head)iw` 