参照Martin Brochhaus大神的视频,今天我也尝试了一下配置vim python IDE以后使用过程中只需要https://github.com/wyj1239630590/vim-as-a-python-ide, 然后将.vimrc复制到家目录下,安装包管理器与需要的插件即可(.vimrc的注释文件中有). 目前支持的功能: , + m or n : 前后切换tabctrl + > or < : 给选中的行增加或者减少缩进f and F : 对python中的函数进行折叠或者去折叠…
个人的插件和配置 set nocompatible " 去除VI一致性,必须要添加 filetype off " 必须要添加 " advanced keys " :qa! close all the tabs set cursorline set nu " parameter for ctags set autochdir set tags=tags; " parameter for NERDTree " autocmd VimEnte…
零.参考文献: https://www.jianshu.com/p/f0513d18742a 一.安照我的配置:保存文件 " Configuration file for vim " CVE-2007-2438 " Normally we use vim-extensions. If you want true vi-compatibility " remove change the following statements set nocompatible &qu…