- Install the dependencies
- Run the install.sh
<space>e
==> quit<space>E
==> quit all without saving<space><enter>
==> don't highlight the search results- Easier moving between windows:
ctrl-j
==> downctrl-k
==> upctrl-h
==> leftctrl-l
==> right
- Easier moving between tabs
<space>n
==> previous tab<space>m
==> next tab
- Copy content to clipboard
- Select the content
- In visual mode, press
ctrl-c
<space>f
==> toggle ctrlp<F3>
==> toggle nerdtree<F4>
==> toggle tagbar<F5>
==> build a project<F9>
==> build and run(only available for a single source code file)ctrl-j
==> UltiSnipsExpandTrigger<space>s
==> GoldenViewSwitchMain<space>S
==> GoldenViewSwitchToggle
- Edit ~/.vim/plugins.vim
- Add the name of the plugin you want to install
- In normal mode, type
:PlugInstall
- Press
enter
- Edit ~/.vim/plugins.vim
- Comment the name of the plugin you want to uninstall
- In normal mode, type
:PlugClean
- Press
enter
- In normal mode, type
:PlugUpdate
- Press
enter
For details, you can see https://github.com/junegunn/vim-plug.