vim-csupport

前端之家收集整理的这篇文章主要介绍了vim-csupport前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

简介

如果你还在为编写 c/cpp 过程中添加注释而烦恼的话,那么 vim 插件 csupport 就将会是你的好朋友了。csupport 除了提供快捷键添加注释块以外,还能够快速插入定义函数、预处理、当前日期等。

安装和配置

官网:http://www.vim.org/scripts/script.php?script_id=213
下载页面https://github.com/WolfgangMehner/c-support

1)把 c-support-master.zip 拷贝到 $HOME/.vim

2)解压:unzip c-support.zip

3)修改配置文件:$HOME/.vimrc

添加如下信息:

filetype plugin on

帮助

:help csupport

在线帮助参考:https://wolfgangmehner.github.io/vim-plugins/doc/csupport.html

快捷键

参考资料

https://www.cnblogs.com/eddy-he/archive/2012/09/14/vim_csupport.html

原文链接:https://www.f2er.com/bash/389717.html

猜你在找的Bash相关文章