Zrealshadow / vim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-config

Installation

This copies .*rc to ~. You should make sure you are installing for the correct user.

$ chmod a+x install.sh
$ ./install.sh

Open vim, :PlugInstall. C-n to turn off NerdTree navigation.

Acknowledgments

.vimrc

vim-plug

Other plug-ins

  • See .vimrc for their GitHub repo name. I have also starred most if not all of them.

What Next?

ctags: http://ctags.sourceforge.net/

$ cd /path/to/c/project/
$ ctags -R

tmux

I'm new to tmux as well, so probably

  • get familiar with tmux cheatsheet
  • have a better .tmux.conf
  • add tmux a or something to your .ssh/config
  • ...

About


Languages

Language:Vim Script 92.7%Language:Shell 7.3%