1
0
forked from x/ContextOS
2022-01-24 10:37:00 +08:00

90 lines
3.3 KiB
Plaintext

kit tips "便签" private "_:web.code.favor" "@you" list \
text "tip" name table view tiny \
text "" name index imports plugin_vim_favor view tiny action auto \
text "" name limit view tiny \
text "" name offend view tiny \
feature detail "修改" "复制" "下载" \
exports vim_favor id \
button "查看" action auto \
button "返回" cb Last
kit favor "收藏" private "_:web.code.favor" "@you" post \
text "tip" name table view tiny \
text "" name tab \
text "" name note \
text "" name word imports plugin_vim_word \
text "" name file imports plugin_vim_file \
text "" name line imports plugin_vim_line view tiny \
text "" name col imports plugin_vim_col view tiny \
button "添加"
kit editor "编辑器" private "web.code.login" list vim \
text "" name vim_sid action auto \
text "" name dream imports plugin_you \
text "" name topic imports plugin_see \
feature detail "prune" "复制" "下载" \
exports vim_sid sid \
button "查看" action auto \
button "返回" cb Last
kit opens "文件记录" private "web.code.trend" list "vim.opens" \
text "" name index imports plugin_vim_opens view tiny action auto \
text "" name limit view tiny \
text "" name offend view tiny \
exports vim_opens id "" vim_file file \
button "查看" action auto \
button "返回" cb Last
kit cmds "命令记录" private "web.code.trend" list "vim.cmds" \
text "" name index imports plugin_vim_cmds view tiny action auto \
text "" name limit view tiny \
text "" name offend view tiny \
exports vim_cmds id "" vim_file file \
button "查看" action auto \
button "返回" cb Last
kit txts "插入记录" private "web.code.trend" list "vim.txts" \
text "" name index imports plugin_vim_txts view tiny action auto \
text "" name limit view tiny \
text "" name offend view tiny \
exports vim_txts id "" vim_word word "" vim_file file "" vim_line line "" vim_col col "" \
button "查看" action auto \
button "返回" cb Last
kit bufs "文件缓存" private "web.code.state" list vim bufs \
text "" name vim_sid action auto \
text "tag" name match view tiny \
text "" name value view tiny \
exports vim_file file "" vim_line line \
button "查看" action auto
kit regs "粘贴缓存" private "web.code.state" list vim regs \
text "" name vim_sid action auto \
text "reg" name match view tiny \
text "" name value view tiny \
exports vim_word word \
button "查看" action auto
kit marks "文件标记" private "web.code.state" list vim marks \
text "" name vim_sid action auto \
text "mark" name match view tiny \
text "" name value view tiny \
exports vim_file file "" vim_line line "" vim_col col "" \
button "查看" action auto
kit tags "语法标记" private "web.code.state" list vim tags \
text "" name vim_sid action auto \
text "tag" name match view tiny \
text "" name value view tiny \
exports vim_file file "" vim_line line "" vim_word tag "" \
button "查看" action auto
kit fixs "项目索引" private "web.code.state" list vim fixs \
text "" name vim_sid action auto \
text "files" name value view tiny \
text "" name value view tiny \
exports vim_file file "" vim_line line "" vim_word word "" \
button "查看" action auto