changeset 343:f5847cdffc21

Vimperator fixes and tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 01 Feb 2016 20:46:13 -0800
parents 2567818b6397
children 2d5974d70482
files vimperator/vimperatorrc
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 " <Insert> key sends the <Help> ID. WTF.
 nnoremap <Help> <Insert>
 
+" Go back to previous tab.
+nnoremap <F2> :buffer #<cr>
 " Toggle tabs.
 nnoremap <F3> :set gui=invtabs<cr>
+" Toggle navbar.
+nnoremap <F4> :set gui=invnavigation<cr>
 
 " vim: ft=vim