set mapleader=; nnoremap " single line status/command bar set go-=C " scrolling map H :bp map L :bn map J 20j map K 20k " disable autocompletion entirely set au= " when completing, only show 5 at a time set maxitems=5 " anchor hint typeahead to the start of words set hintmatching=wordstartswith " prettier hint numbering highlight Hint -append font-size:11px;font-weight:bold;background:#fff;border:1px solid red;color:#000;font-family:monospace " backspace to open panorama map " default to using the 'g' search keyword set defsearch=g " highlight all matches, but let them be hidden set hlfind nmap / :nohlfind " reactivate `` - can't actually use ` mark since pentadactyl wants letter " registers only noremap gg mpgg noremap G mpG map `` `p map , :pb " no beeps javascript dactyl.beep = function() { return false; } autocmd Enter * set fbwhitelist=youtube.com,kongregate.com " vim:ft=vim: