generated from junxnone/twiki
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tools Text Vi #39
Comments
pyflakes.vim plugin errorerror log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vi
Install and Setup
1 使用自动化脚本获取插件并安装
2 设置侧边目录树
Nerdtree - F3
快捷键map <F3> :silent! NERDTreeToggle<CR>
到~/.vimrc
3 设置
Tagbar - F4
快捷键 - 查看tag[函数/变量]
vim tagbar.vba / tagbar.vmb
:so%
:q
map <F4>: TagbarToggle<CR>
到~/.vimrc
:Reference
The text was updated successfully, but these errors were encountered: