sponsor Vim development Vim logo Vim Book Ad

columnmove : Bring cursor vertically in similar ways as line-wise commands.

 script karma  Rating 0/0, Downloaded by 3587  Comments, bugs, improvements  Vim wiki

created by
Masaaki Nakamura
 
script type
utility
 
description
columnmove serves you several keymappings specialized for moving cursor in vertical direction.

*** columnmove-f and its variants ***
columnmove-f and its variants are the commands for bringing cursor to the position assigned by a character in the same column. This group has six keymappings, that is, "columnmove-f", "columnmove-t", "columnmove-F", "columnmove-T", "columnmove-;", "columnmove-,".  Each of them are the imitations of "f", "t", "F", "T", ";", "," command, but work in vertical direction, not in line-wise.

*** columnmove-w and its variants ***
columnmove-w and its variants are the commands for moving cursor in word-wise. This group has four keymappings, that is, "columnmove-w", "columnmove-b", "columnmove-e", "columnmove-ge". Each of them are the imitations of "w", "b", "e", "ge", but work in vertical direction. These commands regard the column which cursor is on as a line and search for the head or tail of word to move.

Latest version : https://github.com/machakann/vim-columnmove
 
install details
Unzip and just put all folders in your ~/.vim.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-columnmove-1.2.0.zip 1.2.0 2016-03-20 7.4 Masaaki Nakamura - Obsolete g:columnmove_expand_range.
- Obsolete g:columnmove_auto_scroll.
- Define highlight group 'ColumnmoveCandidate'.
- Change the order of arguments of columnmove#[ftFT]().
- Change the order of arguments of columnmove#utility#map().
columnmove-1.1.2.zip 1.1.2 2015-10-09 7.4 Masaaki Nakamura * Bug fixes.
* Add utility function to define keymappings. (columnmove#utility#map())
columnmove-1.1.1.zip 1.1.1 2014-09-14 7.4 Masaaki Nakamura * Bug fixes.
columnmove-1.1.0.zip 1.1.0 2014-08-17 7.4 Masaaki Nakamura *   Bug fixes.
*   Add new keymappings (columnmove-W, B, E, gE).
*   Now columnmove-f, t, F, T can be repeated by dot command.
*   Abolish 'raw' option.
columnmove-1.0.2.zip 1.0.2 2014-03-10 7.0 Masaaki Nakamura Bug fixes.
columnmove-1.0.1.zip 1.0.1 2014-03-08 7.0 Masaaki Nakamura Bug fixes.
columnmove-1.0.0.zip 1.0.0 2014-03-02 7.0 Masaaki Nakamura Initial upload
ip used for rating: 142.132.191.50

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github