The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Neovim::Ext::Window - Neovim Window class

VERSION

version 0.03

SYNOPSIS

        use Neovim::Ext;

METHODS

buffer( )

Get the buffer currently displayed by the window

tabpage( )

Get the tabpage that contains the window.

row( )

Get the 0-indexed on-screen window row position in display cells.

col( )

Get the 0-indexed on-screen window column position in display cells.

cursor( [$row, $col] )

Get or set the row and column of the cursor.

height( [$height] )

Get or set the window height (in rows).

width( [$width] )

Get or set the window width (in columns).

number( )

Get the window number.

valid( )

Check if the window still exists.