C++模板、.vimrc和一些Linux配置
2021-07-11 22:08
标签:g++ return gis def sea tin sof stop vim C++模板、.vimrc和一些Linux配置 标签:g++ return gis def sea tin sof stop vim 原文地址:https://www.cnblogs.com/ubospica/p/9550143.htmlC++模板
#include
.vimrc
set nu
set mouse=a
set nocp
set shiftwidth=4 tabstop=4 softtabstop=4
set showmatch
set autoread
let autosave=10
set confirm "confirm for saving changes
set cindent autoindent smartindent
set ignorecase
"set hlsearch
set ruler
set encoding=UTF-8
syntax on
map
文章标题:C++模板、.vimrc和一些Linux配置
文章链接:http://soscw.com/index.php/essay/103882.html