随笔分类 -  vim编程实例

vim 插件编程实例
摘要:~/.vim/my_configs.vim " Usefull setting set thesaurus+=~/js-functions.txt set thesaurus+=~/js-lodash.txt " Useful mappings " vnoremap <leader>. gv:wri 阅读全文
posted @ 2023-02-14 11:36 箫笛 阅读(23) 评论(0) 推荐(0) 编辑
摘要:** use grep command to find selected words ** `vim-grep/` - `plugin/` `grep.vim` ``` function! s:GrepOperator(type) let l:saved_unnamed_register = @@ 阅读全文
posted @ 2023-02-08 20:15 箫笛 阅读(19) 评论(0) 推荐(0) 编辑
摘要:# test.vim test.vim is to test vimscript, and as an sample for developing the vundle plugin. 开发并安装一个本地 vundle 插件 第一步:按照 vundle 插件要求的目录结构,创建插件的目录结构 vim 阅读全文
posted @ 2023-02-08 20:05 箫笛 阅读(118) 评论(0) 推荐(0) 编辑
摘要:###1. Intro This plugin can help you quikly convert the nls copy to nls key, such as "this is a nls", can convert to below keys list as you wanto. "F_ 阅读全文
posted @ 2023-02-08 20:01 箫笛 阅读(20) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示