📄 cquote.vtc
字号:
if (!depend_loaded) Load("depend");register_file("cquote");file_depends_on("bracket"); func cquote(cmd) [l] { if (!cur_rmt || !*cmd) return; l = get_cmd_response(cmd); sendf(":> %s\n", cmd); while (*++l) sendf(":| %s", *l);} func quote_current() { detach(.cquote, kbuf); edfunc(K_DBUF);} add_macro("cquote", .cquote);bind(ctrl("^XQ"), .quote_current);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -