[vim之pydiction插件] It consists of three main files: python_pydiction.vim -- Vim plugin. complete-dict -- Dictionary file that consists of Python keywords and modules. This is what the plugin refers to. pydiction.py -- Python script you can optionally…
参考: 1.http://www.vim.org/scripts/script.php?script_id=1218 2.http://www.dutor.net/index.php/2010/05/vim-the-nerd-commenter/ 参考1: The following key mappings are provided by default (there is also a menuprovided that contains menu items corresponding t…
[20191101]完善vim的bccalc插件8.txt --//今天移植bccalc插件到linux,发现一些问题.我自己已经在windows下使用一段时间,从来没有在linux下测试.看来很少人看我的blog.--//对比以前我的脚本我才发现问题在于windows下echo与linux下不同. --//windows下echo是内部命令,linux即有外部命令也有内部命令. # type -a echoecho is a shell builtinecho is /bin/echo --…
[20190913]完善vim的bccacl插件2.txt --//继续完善vim的bccacl插件.--//\bc 计算也可以直接使用 \bb 操作,这样操作更快一些.--//增加直接写好算式计算的快捷\cc(注不用输入最后等号),这步直接调用bc,这样算式没有问题,都能计算正确. "" calculate expression on current line, pick a mapping, or use the Leadernnoremap <Leader>bx &…
在安装vim插件之前,首先安装Vundle插件,用来管理vim插件,安装方法查看Vundle在github上的指南.在安装vundle的时候出现了一个错误E117:unknown function vundle#installer#new.造成这个的原因是因为我的.vimrc里面的内容,所以我新建了一个干净的.vimrc文件后就可以了. 然后去solarized在github上的仓库,按照教程安装solarized. solarized插件安装好后,由于终端不支持这些配色方案.所以颜色效果和so…
1.git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 2.vim /etc/vimrc set nocompatible " be iMproved, required filetype off " required<p></p> <p>" set the runtime…
1.安装Sublime Text 3 下载安装:http://www.sublimetext.com/3 Package Control安装:https://sublime.wbond.net/installation 2.sublime3破解 注册机 preferences->set license粘贴以下注册机文字: —– BEGIN LICENSE —– Andrew Weber Single User License EA7E-855605 813A03DD 5E4AD9E6 6C0E…