Home > BinMove.vim

BinMove.vim

BinMove.vim is a project mainly written in Vim Script, it's free.

a vim plugin for moving the cursor faster

BinMove

BinMove is a vim script provides a faster way to move cursor in the same line. The idea comes from Binary Search. Installation

Copy BinMove.vim to the VIM plugin's directory. On Windows, this would be: ...vimfilesplugin On Linux & Mac: ~/.vim/plugin/ Usage

  • <Shift> + → or <Shift> + ← will move the cursor to the right or left, keep moving until the cursor is close enough (or exactly the right place)
  • if you have not pressed any key for 1 Second since the BinMove started, then BinMove start over. Licensing

    Released under MIT License.