Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.08 KB

File metadata and controls

36 lines (21 loc) · 1.08 KB

vim-enforce

Software License

Do you want to learn to handle the vi(m) text editor on unix systems? Still problems to break your habit? No problem! vim-enforce will help you to solve this!

Installation

You have several possibilities to install it

Manually

  • Copy the content of the .vim-enforce file into your shell configuration
  • Clone this repository into your home directory and import the specific file into your shell configuration

Automatically

For users with bash as default shell

$ curl -sS https://raw.githubusercontent.com/xyNNN/vim-enforce/master/.vim-enforce >> $HOME/.bashrc

For users with zsh as default shell

$ curl -sS https://raw.githubusercontent.com/xyNNN/vim-enforce/master/.vim-enforce >> $HOME/.zshrc

Authors

Philipp Bräutigam

License

Copyright (c) 2015 Philipp Bräutigam
This repository is released under the GNU LGPL v3.0 license.