GithubHelp home page GithubHelp logo

vim-operator-blockwise's Introduction

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

vim-operator-blockwise's People

Contributors

osyo-manga avatar

Stargazers

Sahil Sehwag avatar Naoto Tanaka avatar tedsum avatar Tsuyoshi CHO avatar IK avatar  avatar Jacky Alciné avatar Suraj N. Kurapati avatar Alex Rodionov avatar vimtaku avatar Yuichi Murata avatar Yuya Minami avatar

Watchers

 avatar James Cloos avatar  avatar

vim-operator-blockwise's Issues

Not found textobj#blockwise#region_from_textobj

お久しぶりです。
久しぶりに使用したところ以下のようにtextobj#blockwise#region_from_textobj()が見つからないとエラーが出ました。

function operator#blockwise#operator[6]..137_operator_blockwise[4]..137_blockwise_yank[6]..137_blockwise[5]..137_region の処理中にエラーが検出されました:
行 1:
E117: 未知の関数です: textobj#blockwise#region_from_textobj
E116: 関数の無効な引数です: get(textobj#blockwise#region_from_textobj(a:textobj), 1, [])
E15: 無効な式です: get(textobj#blockwise#region_from_textobj(a:textobj), 1, [])

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.