Skip to content

pbstrein/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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"

About

Contains my settings for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published