文章分类 -  vim

vim配置,插件相关
摘要:mac vim in模式切换 自动切换输入法 安装im-select插件 https://github.com/daipeihust/im-select#installation curl -Ls https://raw.githubusercontent.com/daipeihust/im-sel 阅读全文
posted @ 2022-02-13 12:27 勒勒乐了 阅读(765) 评论(0) 推荐(0)
摘要:文件浏览 coc-explorer - 文件浏览器 快捷键 行为 tt 打开文件浏览器 ? 查看帮助 (在浏览器中) rnvimr - 文件浏览器 确定你已经安装了 ranger 按 R 键打开 ranger (文件选择器) 尽量不要直接打开,而是使用c-t 在 rnvimr (ranger) 中, 阅读全文
posted @ 2022-01-28 12:50 勒勒乐了 阅读(167) 评论(0) 推荐(0)
摘要:GitHub 配置文件 链接github 外观 vim ####运行程序 补全 range 界面 注意:请不要只复制这份配置文件夹而不认真看它!请至少阅读一下这份自述文件!欢迎star 侧边文件管理 安装此配置后你需要做的事 安装 pynvim (使用 pip) 安装 nodejs, 然后在终端输入 阅读全文
posted @ 2022-01-27 20:01 勒勒乐了 阅读(179) 评论(0) 推荐(0)
摘要:mac vim i-n模式切换 自动切换输入法 安装im-select插件 https://github.com/daipeihust/im-select#installation curl -Ls https://raw.githubusercontent.com/daipeihust/im-se 阅读全文
posted @ 2022-01-26 13:58 勒勒乐了 阅读(1808) 评论(0) 推荐(0)
摘要:恢复内容开始 w: move by word 一个单词一个单词的跳 跳到单词第一个字符 b: back,move backwards word by word 往回跳一个单词,往回一个单词第一个字符 W to move word by WORD B to move backwards WORD by 阅读全文
posted @ 2022-01-26 12:57 勒勒乐了 阅读(137) 评论(0) 推荐(0)