摘要: alt+vv 切换famevim或常规模式 alt+v1 触发user command1 :xxx 命中ex command mapping的正则, 触发ex command mapping配置的命令 阅读全文
posted @ 2023-07-27 11:36 马肯尼煤牙巴骨 阅读(38) 评论(0) 推荐(0)
摘要: ```c++ #include #include #include using namespace std; //预置 constexpr static inline unsigned const_hash(char const* input) { return *input ? static_ca 阅读全文
posted @ 2023-07-27 10:39 马肯尼煤牙巴骨 阅读(22) 评论(0) 推荐(0)