Usage 1.Set up Vundle: git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 2.Configure Plugins: Put this at the top of your .vimrc to use Vundle. Remove plugins you don't need, they are for illustration purposes. set nocomp…
vim的配置 1 set nu "设置行标号 2 set tabstop=4 "这一条以及以下三条都把缩进设为4 3 set shiftwidth=4 4 set softtabstop=4 5 set autochdir "自动切换到当前目录 6 set smartindent "以下两行都是智能缩进相关 7 set autoindent 8 set mouse=a "激活鼠标 9 set cursorline "行高亮 10 inoremap…
Here is a brief introduction and package of dotfiles for linux/unix user. I think there are enough informative description about the package. Here is the link: https://github.com/xros/dotfiles Mostly it is very neat for python programming within Vim.…