"Vim" is a synonym for "excitement"
- To get
matchit
working with the FreeBSD port of vim:
% echo "filetype plugin on" >> ~/.vimrcYou might think you would need to include something like "runtime plugins/matchit.vim" but you would be wrong, as usual.
- To get all your apps that use the
GNU readline library
to use vi-style command line editing:
% echo "set editing-mode vi" >> ~/.inputrc - Zsh users
already know about:
% echo "bindkey -v" >> ~/.zshrc
Jul 13, 2006 : link