https://github.com/captbaritone/workshop-dotfiles
A minial set of dotfiles, useful as an introduction to vim
https://github.com/captbaritone/workshop-dotfiles
Last synced: 9 months ago
JSON representation
A minial set of dotfiles, useful as an introduction to vim
- Host: GitHub
- URL: https://github.com/captbaritone/workshop-dotfiles
- Owner: captbaritone
- Created: 2015-03-06T18:55:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T21:13:59.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T09:17:15.184Z (11 months ago)
- Language: VimL
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A simple set of Dotfiles for use as an introduction to vim. I have included
only configurations that I see as objectively "good".
## Ussage
I recomend you create your own repository from scratch rather than forking this
one. Then, look through the files here and duplicate the lines that look useful
to you.
Your dotfiles should only include configurations that you both understand and
need. I would encourage you to be verbose when commenting. I have tried to give
examples of good comments.
## Install
cd ~/dotfiles
./install.sh
## Resources
- At the commandline type `vimtutor` for a guided tour of vim
- [Your problem with Vim is that you don't grok vi](http://stackoverflow.com/a/1220118/1263117)
- [VimAwesome](http://vimawesome.com/) A beautiful database of popular Vim plugins
- [Coming Home to Vim](http://stevelosh.com/blog/2010/09/coming-home-to-vim/) The canonical intro to vim