My personal VIM-config
This is my personal configuration for everybodies favorite editor VIM.
I use it mainly for ruby and javascript development.
My configuration is based on duwanis work.
Clone this repository then call ./relink
to link .vim
and .vimrc
to your home directory. Once you are inside vim run :PlugInstall
.
Added non-plugin features
- A modified version of the railscasts theme as default theme
Plugins:
See home/.vim/config/vimplug.vim
Quick tips
Search over multiple lines: BEFORE\_.\{-}AFTER
If there the window is not full height try:
defaults write org.vim.MacVim MMTextInsetBottom 10 # Adds pixel rows to the bottom
defaults write org.vim.MacVim MMTextInsetTop 10 # Adds pixel rows to the top