Daniel Rench

Web application development : Servers : Networks : E-Mail : DNS : Databases : Programming for hire

previous : contact : linkedin : code : links : pictures : facebook : twitter : next

"Vim" is a synonym for "excitement"

  1. To get matchit working with the FreeBSD port of vim:
    % echo "filetype plugin on" >> ~/.vimrc
    

    You might think you would need to include something like "runtime plugins/matchit.vim" but you would be wrong, as usual.

  2. To get all your apps that use the GNU readline library to use vi-style command line editing:
    % echo "set editing-mode vi" >> ~/.inputrc
    
  3. Zsh users already know about:
    % echo "bindkey -v" >> ~/.zshrc
    

<< Javascript "namespaces" | Home | Portfolio | Contact | The Minutemen and their back catalog >>