Skip to content

marcotaubmann/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim configuration and plugin collection

This repo collects vim configuration and plugins.

Included plugins

Settings

  • incremental search while typing, highlight results, press enter unhighlight
  • press F3 for next buffer
  • press F4 for next buffer
  • press F5 for buffer selection

Install

cd ~
git clone --recurse-submodules https://github.com/marcotaubmann/vim-config .vim
ln -s .vim/.vimrc

Add a new vim plugin (e.g. vim-mustache-handlebars)

# install the plugin
cd ~/.vim/
git submodule add https://github.com/mustache/vim-mustache-handlebars bundle/vim-mustache-handlebars

# update this README.md
vim README.md

# commit the plugin
git add README.md
git commit -m "Add mustache-handlebars plugin"

TODO

  • Create or link to a vim-cheat-sheet.

References

About

My vim configuration and plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published