Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 633 Bytes

.vim

My .vimrc file for use.

Packages included

  • git-open - this package allows you to open the a github repository in github by typing 'git open' in the repo you are in

Personal Notes/Tricks:

Use ctags to get function definations. See https://andrew.stwrt.ca/posts/vim-ctags/

First you need to download ctags and put the command in the PATH. Then run ctags . Then use CTRL + ] to go to a function defination.

Linux Setup

  • git-open - copy the git-open script to any file in path, ie /usr/local/bin
  1. Run the "linux-setup.sh"

Windows Setup

  1. Setup windows git
  2. In windows git bash, run the "windows-setup.sh"