https://github.com/posva/gotta-go-fast-vim
:racehorse: Language agnostic starter kit for vim
https://github.com/posva/gotta-go-fast-vim
Last synced: 6 days ago
JSON representation
:racehorse: Language agnostic starter kit for vim
- Host: GitHub
- URL: https://github.com/posva/gotta-go-fast-vim
- Owner: posva
- Created: 2015-06-07T20:17:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T16:46:33.000Z (almost 11 years ago)
- Last Synced: 2025-02-25T22:31:29.484Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gotta go fast - Vim
===
Starter `vimrc` featuring minimal plugin and fast installation.
## Install
Before installing you need a recent Vim and if you're on OS X you'll need
[`brew`](http://brew.sh/)
To install simply execute the install script `./install.sh`
## Plugins
- Vundle for managin plugins
- vim-surround for surrounding characters such as `'`, `"`, `)`, ...
- vim-repeat for using `.` with vim-surround
- tabular for easy alignement
- gitgutter for git add/removes tracking
- syntastic for syntax checking
- nerdtree for easy directory navigation
- nerdcommenter for easy comment toggle with F5
- ctrlp for opening files faster
- multiple-cursors
- easymotions for faster movement
- ag for recursive search
- tetmanip for moving text around
- airline for file information
## Mappings
You can look for mapping inside the `vimrc` file for a complete list
- Leader is set to `,`
- F2 to toggle Paste Mode
- F5 to toggle comments
- `` + `/` to recursively search
- `` and `` to move lines around