From 3d93d4c1754f02dca83318f4ab3a3dcef118ec4c Mon Sep 17 00:00:00 2001 From: Peng Li Date: Mon, 24 Apr 2017 20:56:44 +0800 Subject: [PATCH] vimperator - workaround for tab issue with tree style tab --- vimperatorrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vimperatorrc b/vimperatorrc index 4501d4f..4eca182 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -48,7 +48,7 @@ nnoremap B b nnoremap b :bmarks! -tags nnoremap e b -"set gui=nonavigation +set gui=nonavigation ":tab addons ":tab downloads @@ -60,4 +60,9 @@ nnoremap e b noremap noremap v " fix the issue on firefox49 history not working, https://github.com/vimperator/vimperator-labs/issues/590 -js services.services.autoCompleteSearch.class_="@mozilla.org/autocomplete/search;1?name=unifiedcomplete" +"js services.services.autoCompleteSearch.class_="@mozilla.org/autocomplete/search;1?name=unifiedcomplete" + +"https://github.com/vimperator/vimperator-labs/issues/740 +"set activate= +"nmap t :open +nmap t :open -- 2.11.0