📄 vrcs.bat
字号:
@echo off
rem this batch file is part of the interface to a Revision Control System (RCS)
rem call RCS command to checkout (lock) a copy of the file
rem the first (and only) parameter ( %1 ) is the file name
rem you can change this to use your own RCS by replacing the command below
pco -l %1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -