"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Keybinds " Toggle expand/collapse for comments. bind ;c hint -c [class*="expand"],[class="togg"] " match vimperators back function. command ba back command fo foward " restore bookmarks unbind " use h/l to cycle though tabs. bind h tabprev bind l tabnext " Better find. unbind bind / fillcmdline find bind ? fillcmdline find -? bind n findnext 1 bind N findnext -1 bind , nohlsearch " This will have to do until someone writes us a nice syntax file :) " vim: set filetype=vim: