You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable debug overlay using triple left+right click
Term: scrollback buffer size.
To set the buffer size use VT-sequence CSI 24 : n : m p
Set scrollback buffer size, int32_t
n Buffer limit in lines, 0 is unlimited, default is 20.000
m Grow step for unlimited buffer, default is 0
Main Menu Configuration
The main menu can be configured in the ~/.config/vtm/settings.xml file in xml format.
The top-level element <config selected=_selected_id_> contains a list of
menu items <menuitem ... />
splitters <splitter ... />
default attribute definitions <defaults ... />.
The value of the selected= attribute specifies which menu item will be selected by default at startup.
The list of main menu items can be extended using the VTM_CONFIG=... environment variable. This variable should contain a list of items as inside the <config selected=_selected_id_> ... </config> block.
Arguments can be specified without quotes if there are no spaces in the string.
Character escapes
\e ASCII 0x1B ESC
\t ASCII 0x09 TAB
\a ASCII 0x07 BEL
\n ASCII 0x0A LF
\\ ASCII 0x5C Backslash
\" ASCII 0x22 Quotes
\' ASCII 0x27 Single quote
$0 Current module full path
Menu item attributes
Attribute
Description
Value type
Mandatory
Default value
id
Menu item textual identifier
string
required
index
Menu item zero-based index
index
alias
Use existing menu item specified by id as template
Make the following aspects configurable
To set the buffer size use VT-sequence
CSI 24 : n : m p
int32_t
n
Buffer limit in lines, 0 is unlimited, default is 20.000m
Grow step for unlimited buffer, default is 0Main Menu Configuration
The main menu can be configured in the
~/.config/vtm/settings.xml
file in xml format.The top-level element
<config selected=_selected_id_>
contains a list of<menuitem ... />
<splitter ... />
<defaults ... />
.The value of the
selected=
attribute specifies which menu item will be selected by default at startup.The list of main menu items can be extended using the
VTM_CONFIG=...
environment variable. This variable should contain a list of items as inside the<config selected=_selected_id_> ... </config>
block.Arguments can be specified without quotes if there are no spaces in the string.
Character escapes
\e
ASCII 0x1B ESC\t
ASCII 0x09 TAB\a
ASCII 0x07 BEL\n
ASCII 0x0A LF\\
ASCII 0x5C Backslash\"
ASCII 0x22 Quotes\'
ASCII 0x27 Single quote$0
Current module full pathMenu item attributes
id
string
index
index
alias
id
as templatestring
hidden
boolean
no
label
string
id
notes
string
title
string
footer
string
bgcolor
RGBA
fgcolor
RGBA
winsize
x;y
wincoor
x;y
slimmenu
boolean
no
hotkey
string
cwd
string
type
string
SHELL
cmd
string
Object type
DirectVT
, cmd:_command line_
SHELL
, cmd:_command line_
ANSIVT
, cmd:_command line_
Group
, cmd:[ v[n:m:w] | h[n:m:w] ] ( id_1 | _nested_block_ , id_2 | _nested_block_ )]
Region
,cmd
attribute is not used, usetitle
to set region nameExample of configuration via
~/.config/vtm/settings.xml
Example of configuration via
VTM_CONFIG=
envarThe text was updated successfully, but these errors were encountered: