linux文件配置解析与gdb使用.pptVIP

  • 5
  • 0
  • 约8.29千字
  • 约 44页
  • 2019-05-30 发布于天津
  • 举报
下面两行在进行编写代码时,在格式对齐缩进上很有用; 第一行,vim使用自动对齐,也就是把当前行的对其格式应用到下一行; “第二行,依据上面的对起格式,智能的选择对起方式,对于类似C语言编 “写上很有用 set autoindent set smartindent set incsearch source $VIMRUNTIME/ftplugin/man.vim 光标所在行具有醒目标志 set cursorline 去掉注释行后就是一个完整的vimrc文件 set fileencodings=utf-8,gbk,ucs-bom,cp936 set encoding=utf-8 set nocompatible set number filetype on set history=1000 set background=dark syntax on set autoindent set smartindent set showmatch set guioptions-=T set vb t_vb= set ruler set nohls :set cindent set tabstop=4 set shiftwidth=4 set incsearch set cursorline source $VIMRUNTIME/ftplugin/man.vim gdb使用

文档评论(0)

1亿VIP精品文档

相关文档