Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 509 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 509 Bytes

taiansu's vimrc

INSTALLATION

Preinstall

Fork the project so you can modified it in the future.

Setup

  1. clone the project to a local posotion. We'll call it REPO_PATH later.
  2. go to ~/.config/
  3. ln -s REPO_PATH nvim
  4. Start up neovim by typing nvim in the terminal
  5. Try to exit vim at best you can before press the power button.

BASIC TUTORIAL

Toggle File Tree: <leader>q

Search file: <option> + p

Toggle tagbar: <leader>t


Happy Hacking~