map ; map -builtin \" ; " single line status/command bar set go-=C " scrolling map H :bp map L :bn map J 20j map K 20k " navigation map :back map :forward " disable autocompletion entirely set au= " when completing, only show 5 at a time set maxitems=5 " prettier hint numbering highlight Hint -append font-size:11px;font-weight:bold;background:#fff;border:1px solid red;color:#000;font-family:monospace set hintkeys=")!@#$%^&*(" " backspace to open panorama map 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 nmap -builtin gg mpgg nmap -builtin G mpG map `` `p map a :pb map , : nmap ) 0 " no beeps javascript dactyl.beep = function() { return false; } command! wish js add_to_amazon_wishlist(); :js <