文章分类 - 工具
vimtutor学习 vim 基础
摘要:开始使用vimtutor vim 自带的一个教程 总共7节课,学完这7个 Lesson 基本就掌握了 vim 的所有基础操作 是完全可以跟着做的 vimtutor Lesson 1 move the cursor 移动光标 **要移动光标,请按照指示按H,J,K,L键。 ** 为什么是这几个按键代码
vim患者之LaTeX in neovim
摘要:安装 mactex 下载地址: https://tug.org/mactex/ 补全 安装lsp 首先安装 :CocInstall coc-texlab 安装服务器 预览 pdf阅读器 git https://git.pwmt.org/pwmt/girara.git https://github.c
vim/vscode自动切换输入法
摘要:mac vim in模式切换 自动切换输入法 安装im-select插件 https://github.com/daipeihust/im-select#installation curl -Ls https://raw.githubusercontent.com/daipeihust/im-sel
配置我的zsh zim
摘要:@配置我的zsh zim安装 卸载 ohmyzsh # 卸载 uninstall_oh_my_zsh 安装zim curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh 配置 主题 安装p
brew 安装其他分支的code
摘要:brew 安装其他分支的code 解决spacebar只显示一个的问题 I installed it by editing the head source to the fork in the homebrew formula file for spacebar. The steps are: br