# HG changeset patch # User Ludovic Chabant # Date 1454388373 28800 # Node ID f5847cdffc2183d5ab00a576677e940049872bdb # Parent 2567818b63973029f47b356217806169d08346c7 Vimperator fixes and tweaks. diff -r 2567818b6397 -r f5847cdffc21 vimperator/vimperatorrc --- a/vimperator/vimperatorrc Wed Feb 17 20:59:00 2016 -0800 +++ b/vimperator/vimperatorrc Mon Feb 01 20:46:13 2016 -0800 @@ -13,8 +13,8 @@ set defsearch=duckduckgo " Website that have good keyboard shortcuts -ignorekeys add -except=<>JKt: fastmail.com -ignorekeys add -except=<>JKt: feedbin.com +ignorekeys add -except=<,>,J,K,t,: fastmail.com +ignorekeys add -except=<,>,J,K,t,: feedbin.com " Don't close the window with the last tab. set! browser.tabs.closeWindowWithLastTab=false @@ -50,7 +50,11 @@ " key sends the ID. WTF. nnoremap +" Go back to previous tab. +nnoremap :buffer # " Toggle tabs. nnoremap :set gui=invtabs +" Toggle navbar. +nnoremap :set gui=invnavigation " vim: ft=vim