Skip to content
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

Open
junxnone opened this issue Mar 7, 2019 · 1 comment
Open

Tools Text Vi #39

junxnone opened this issue Mar 7, 2019 · 1 comment

Comments

@junxnone
Copy link
Owner

junxnone commented Mar 7, 2019

Vi

Install and Setup

1 使用自动化脚本获取插件并安装

wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x

2 设置侧边目录树 Nerdtree - F3 快捷键

  • 添加 map <F3> :silent! NERDTreeToggle<CR>~/.vimrc

o 打开文件/目录
s 以新窗口形式打开文件
? 获取帮助

3 设置 Tagbar - F4 快捷键 - 查看 tag[函数/变量]

  • 3.1 Download tagbar.vmb
  • 3.2 vim 编辑并执行命令
    • vim tagbar.vba / tagbar.vmb
    • :so%
    • :q
  • 3.3 添加 map <F4>: TagbarToggle<CR>~/.vimrc:

Reference

@junxnone
Copy link
Owner Author

junxnone commented Mar 7, 2019

pyflakes.vim plugin error

error log:
the pyflakes.vim plugin requires Vim to be compiled with +python

git clone --recursive https://github.com/kevinw/pyflakes-vim.git
cd pyflakes-vim/ftplugin/
cp -R ./python/  ~/.vim/ftplugin/

@junxnone junxnone transferred this issue from junxnone/tio Oct 12, 2019
@junxnone junxnone changed the title vim vi - vim Nov 1, 2019
@junxnone junxnone changed the title vi - vim vi - vim - Summary Mar 10, 2021
@junxnone junxnone changed the title vi - vim - Summary Vi Sep 19, 2021
@junxnone junxnone transferred this issue from junxnone/Linux_archive Sep 19, 2021
@junxnone junxnone changed the title Vi Linux Vi Dec 18, 2022
@junxnone junxnone changed the title Linux Vi Linux Tools Vi Dec 18, 2022
This was referenced Jun 6, 2020
@junxnone junxnone transferred this issue from junxnone/techwiki Dec 20, 2022
@junxnone junxnone changed the title Linux Tools Vi Tools Vi Dec 21, 2022
@junxnone junxnone changed the title Tools Vi Tools Text Vi Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant