App-VTide

 view release on metacpan or  search on metacpan

lib/App/VTide/Command/Split.pm  view on Meta::CPAN

    vtide split [-t|--test] command

    OPTIONS
     command        Split command, the same format at the configuration file
     -t --test      Show the commands to slit the terminal
     -v --verbose   Show environment as well as config
        --help      Show this help
        --man       Show the full man page

    Examples
      # split the screen horizontally (keep cursor on initial screen)
      vtide split h
      # split the screen horizontally (move cursor to new screen)
      vtide split H

=head1 DESCRIPTION

=head1 SUBROUTINES/METHODS

=head3 C<run ()>

Run the command

lib/App/VTide/Configuration.pod  view on Meta::CPAN

Don't instantly start the command/editor wait till enter is pressed.

=head3 split

String

Tells how to split a tmux window into separate panes

e.g.

 Hv (cursor ends up in 1a)
    +--+--+
    |1 |1a|
    |  +--+
    |  |1b|
    +--+--+

  Hv0 (cursor ends up in 1)
    +--+--+
    |1 |1a|
    |  +--+
    |  |1b|
    +--+--+


=head3 watch

List



( run in 0.232 second using v1.01-cache-2.11-cpan-4d50c553e7e )