0
点赞
收藏
分享

微信扫一扫

( Ubuntu系统下 ) vim插件安装 supertab 实现tab键的补全功能 (vim+python环境下)

本文前提已经安装了  Vundle   :

下载  supertab :

git clone https://github.com/ervandew/supertab ~/.vim/bundle/

(  Ubuntu系统下  )  vim插件安装  supertab   实现tab键的补全功能  (vim+python环境下)_命令行

编辑  .vimrc 文件:

(  Ubuntu系统下  )  vim插件安装  supertab   实现tab键的补全功能  (vim+python环境下)_命令行_02

(  Ubuntu系统下  )  vim插件安装  supertab   实现tab键的补全功能  (vim+python环境下)_Vim_03


在Vim的命令行模式下执行 ​​:PluginInstall​​ 即可完成安装:

(  Ubuntu系统下  )  vim插件安装  supertab   实现tab键的补全功能  (vim+python环境下)_命令行_04


(  Ubuntu系统下  )  vim插件安装  supertab   实现tab键的补全功能  (vim+python环境下)_命令行_05


效果:

(  Ubuntu系统下  )  vim插件安装  supertab   实现tab键的补全功能  (vim+python环境下)_vim_06


(  Ubuntu系统下  )  vim插件安装  supertab   实现tab键的补全功能  (vim+python环境下)_vim_07


tab 补全功能一般是在当前编辑的文本中已经出现过某个字符串,此时输入该字符模式串的部分然后用tab键 可以将其补全。


举报

相关推荐

0 条评论