「笔记」VIM的常用设置

前端之家收集整理的这篇文章主要介绍了「笔记」VIM的常用设置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

.vimrc文件

set number set hlsearch set incsearch set autoindent set smartindent set cindent set tabstop=4 set shiftwidth=4 set expandtab set softtabstop=4 set smarttab

@H_403_38@缩写版:
注:在vim编辑界面输入´:help vimfiles´可以看到每一个设置的缩写。

se nu se hls se is se ai se si se cin se ts=4 se sw=4 se et se sts=4 se sta

参考

  1. http://linux-wiki.cn/wiki/Vim%E4%BB%A3%E7%A0%81%E7%BC%A9%E8%BF%9B%E8%AE%BE%E7%BD%AE

  2. http://vim.wikia.com/wiki/Open_vimrc_file

原文链接:/bash/391479.html

猜你在找的Bash相关文章