
easymotion.vim 使用方法
github: https://github.com/Lokaltog/vim-easymotion注释: <leader>全局映射为,除却hjkl, gg, G, Ctrl-D/U, 以及 [f/F]<char>和[t/T]<char>这些vim默认的移动...
github: https://github.com/Lokaltog/vim-easymotion注释: <leader>全局映射为,除却hjkl, gg, G, Ctrl-D/U, 以及 [f/F]<char>和[t/T]<char>这些vim默认的移动...
小新Pro13安装了黑苹果和OC引导,修改默认启动项,开机不用按键,自动选择进入系统。需要用到的软件OpenCoreConfiguator(OCC)下载链接:https://macwk.com/soft/opencore-configurator圈外网速好的话,也可以访问官网。
golang 字符串 int uint int64 uint64 互转字符串 转 intintNum, _ = strconv.Atoi(intStr)字符串 转 int64intNum, _ := strconv.Atoi(intStr) int64Num = int64(intNum)
一款画流程图的 Sketch 插件,仅需要将连接的对象选中,即可一键完成。链接:https://github.com/faridsabitov/Sketch-Connection-Flow-Arrows/releases
当我们给 app 设计深色模式时,每个界面逐一去调整挺麻烦的,Color System Plugin 是一款 Sketch 插件,可以通过定义浅色和深色模式下的颜色,做到一键切换。