package.def
来自「LastWave」· DEF 代码 · 共 15 行
DEF
15 行
# We first create the new 'terminal' packageif ([package list 'terminal'].length==0) { package new 'terminal' 1998 '2.1' "E. Bacry" "Package that regroups all the bindings for managing terminal history, help and file completion \systems. It just adds bindings to LastWave. It almost does not include any script commands \that can be directly callable \(most of the names of the script commands that are defined in this package start with a '_'). \You can change the script file 'scripts/terminal/keys' to redefine the keys associated to the bindings."}# Then just load it !package load 'terminal'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?