diff --git a/content/events.js b/content/events.js index 17a6035b..4d3f2a0a 100644 --- a/content/events.js +++ b/content/events.js @@ -221,8 +221,9 @@ function Events() //{{{ // code which is only relevant if the page load is the current tab goes here: if (doc == getBrowser().selectedBrowser.contentDocument) { + // FIXME: this currently causes window map events which is _very_ annoying // we want to stay in command mode after a page has loaded - setTimeout(vimperator.focusContent, 10); + //setTimeout(vimperator.focusContent, 10); } } }