
Text::Editor::Vip::Buffer::Plugins::Movements- Add movement commands to Vip::Buffer

use Text::Editor::Vip::Buffer

Add movement commands to Vip::Buffer. The commands use tab and a virtual buffer

Finds the first non space position at the line argument or the current line if line is not passed.
Clears the buffer and Sets the modification position at 0,0.
Clears the selection and sets the modification position after the last character of the last line.
Moves to the end of the line or the end of the selection if any.
Moves the modification to the end of the selection without clearing the selection.
Moves to the end of the current line without clearing the selection (if any).
Moves the modification position to the begining of the line or to the first word (jumping frog style)
Sets the modification position at the start of the selection, if any, without clearing the selection.
Moves left, clearing the selection if any.
Moves left, no selection clearing is done.
Moves Right, clearing the selection if any.
Moves right without clearing the selection.
Moves up, clearing the selection.
Moves up, without clearing the selection.
Moves the modification position down, clearing the selection.
Moves the modification position down, without clearing the selection. Moves to the end of the selection if any.
Moves the modification position to the begining of the current word, clearing the selection.
Moves the modification position to the begining of the current word, without clearing the selection. Return 'true' if the modification position was changed, 'false' if there was no current word.
Moves the modification position to the end of the current word, clearing the selection.
Moves the modification position to the end of the current word, without clearing the selection. Return 'true' if the modification position was changed, 'false' if there was no current word.
Sets the modification position at the begining of the next word, potentialy on another line, and clears the selection.
Sets the modification position at the begining of the next word, potentialy on another line, without clearing the selection.
Sets the modification position at the begining of the previous word, potentialy on another line, and clears the selection.
Sets the modification position at the begining of the previous word, potentialy on another line, without clearing the selection.

Khemir Nadim ibn Hamouda
CPAN ID: NKH
mailto:nadim@khemir.net
http:// no web site

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.