<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/vimprobable/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/vimprobable/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Jun 2014 15:06:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vimprobable/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/vimprobable/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="faq"&gt;FAQ&lt;/h1&gt;
&lt;h2 id="there-are-no-controls-how-do-i-use-this-browser"&gt;There are no controls! How do I use this browser?&lt;/h2&gt;
&lt;p&gt;You might want to read about the default &lt;a class="" href="../Keybindings"&gt;keybindings&lt;/a&gt;. &lt;/p&gt;
&lt;h2 id="why-not-just-use-vimperator"&gt;Why not just use Vimperator?&lt;/h2&gt;
&lt;p&gt;Mozilla Firefox (and also its variants like Iceweasel) gets worse with every version. It behaves like a molasse by now. &lt;/p&gt;
&lt;h2 id="where-are-my-back-forward-and-reload-buttons"&gt;Where are my back, forward and reload buttons?&lt;/h2&gt;
&lt;p&gt;Vimprobable aims at being efficient to use &lt;em&gt;with the keyboard&lt;/em&gt; (because that is where the user's hands are anyway). Please refer to the list of keybindings below or use the right-click menu. &lt;/p&gt;
&lt;h2 id="no-password-saving-sessions-what-the-fuck"&gt;No password saving, sessions,... what the fuck?&lt;/h2&gt;
&lt;p&gt;Minimum features. This is exactly the kind of things which made Firefox unusable. &lt;/p&gt;
&lt;h2 id="no-tabs"&gt;No tabs?&lt;/h2&gt;
&lt;p&gt;Managing windows is a window manager's job. Vimprobable is not one. Any fullscreen or tiled WM will provide the features you are looking for natively. Alternatively, you can fall back to a third-party solution like &lt;a class="" href="http://tools.suckless.org/tabbed" rel="nofollow"&gt;tabbed&lt;/a&gt; since Vimprobable supports the XEmbed protocol. &lt;/p&gt;
&lt;h2 id="how-do-i-use-vimprobable-within-tabbed"&gt;How do I use Vimprobable within tabbed?&lt;/h2&gt;
&lt;p&gt;In config.h (or config.def.h if config.h doesn't exist yet), replace "surf" with "vimprobable" (or "vimprobable2"). Some people have reported problems with spawning the browser within tabbed (Ctrl+Shift+Return). That is an issue of tabbed, not Vimprobable. As a workaround, you can launch tabbed using a wrapper script like this: &lt;/p&gt;
&lt;table class="codehilitetable"&gt;&lt;tr&gt;&lt;td class="linenos"&gt;&lt;div class="linenodiv"&gt;&lt;pre&gt;1
2&lt;/pre&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="code"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="c"&gt;#!/bin/sh&lt;/span&gt;
&lt;span class="nv"&gt;tabbed&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="k"&gt;$(&lt;/span&gt;tabbed -d&lt;span class="k"&gt;)&lt;/span&gt;; vimprobable2 -e &lt;span class="nv"&gt;$tabbed&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;$@&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;As of tabbed 0.3, you can pass the application to launch directly from the command line: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;tabbed&lt;/span&gt; &lt;span class="n"&gt;vimprobable2&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;e&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="how-will-i-know-if-a-website-is-genuine-without-a-phishing-filter"&gt;How will I know if a website is genuine without a phishing filter?&lt;/h2&gt;
&lt;p&gt;To paraphrase Infocom: Use the world's most powerful processor available - the brain. &lt;/p&gt;
&lt;h2 id="how-can-anyone-live-without-adblock"&gt;How can anyone live without Adblock?&lt;/h2&gt;
&lt;p&gt;Just set up &lt;a class="" href="http://www.privoxy.org/" rel="nofollow"&gt;Privoxy&lt;/a&gt; or a similar proxy. Alternatively, &lt;a class="" href="http://www.peereboom.us/adsuck/" rel="nofollow"&gt;adsuck&lt;/a&gt; will provide a solution on DNS basis. &lt;/p&gt;
&lt;h2 id="does-vimprobable-have-noscript"&gt;Does Vimprobable have NoScript?&lt;/h2&gt;
&lt;p&gt;Yes. It is called &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="n"&gt;set&lt;/span&gt; &lt;span class="n"&gt;scripts&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nb"&gt;false&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="i-cant-enter-data-into-forms-on-some-websites-instead-the-regular-keybindings-are-triggered"&gt;I can't enter data into forms on some websites. Instead, the regular keybindings are triggered.&lt;/h2&gt;
&lt;p&gt;This usually happens when a website uses non-standard form elements. Set the browser to PASS THROUGH mode (Ctrl+Z) manually. &lt;/p&gt;
&lt;h2 id="the-right-click-context-menu-does-not-copy-things-i-cannot-paste-into-vimprobable-from-the-clipboard"&gt;The right-click context menu does not copy things / I cannot paste into Vimprobable from the clipboard&lt;/h2&gt;
&lt;p&gt;Most likely, you are running into an issue of non-synchronised clipboards. To cut a long story short, both X and GTK have their own clipboards. You can use certain tools to automatically keep then synchronised and therefore solve these issues. &lt;/p&gt;
&lt;h3 id="parcellite"&gt;Parcellite&lt;/h3&gt;
&lt;p&gt;A small GTK application which extends the clipboard to multiple entries and offers a synchronisation option; configurable using an intuitive point &amp;amp; click dialogue. &lt;/p&gt;
&lt;h3 id="autocutsel"&gt;autocutsel&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;autocutsel&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;fork&lt;/span&gt;
&lt;span class="n"&gt;autocutsel&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;fork&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;selection&lt;/span&gt; &lt;span class="n"&gt;PRIMARY&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="no-google-search"&gt;No Google search?&lt;/h2&gt;
&lt;p&gt;Google is right there on top of the list of the most evil IT companies of the whole world. If you can't live without Google search results, nobody is preventing you from adding it to the search engines or even setting it as default (apart from concern for your soul's well-being). &lt;/p&gt;
&lt;h2 id="googleotherpseudotrendywebsite-doesnt-work"&gt;Google/OtherPseudoTrendyWebsite doesn't work!&lt;/h2&gt;
&lt;p&gt;Most likely, they are using the browser's &lt;span&gt;[UserAgent]&lt;/span&gt; string to determine its capabilities using a whitelist. Set yours to something they might know and recognise. &lt;/p&gt;
&lt;h2 id="differences-between-vimprobable-1-and-2"&gt;Differences between Vimprobable 1 and 2&lt;/h2&gt;
&lt;p&gt;Both versions are actively maintained. The first version can only be customised by editing config.h before compiling. It is pretty stable and very usable. Version 2 has grown fairly stable already as well, but it's still seeing bigger changes, of course. It aims at allowing more customisation, for example through :set and :map commands. &lt;/p&gt;
&lt;h3 id="vimprobable-2-features"&gt;Vimprobable 2 Features&lt;/h3&gt;
&lt;p&gt;The following features are only found in Vimprobable2: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;:set command to change settings at runtime &lt;/li&gt;
&lt;li&gt;:map command to change and create keybindings &lt;/li&gt;
&lt;li&gt;Config file containing browser commands (set &amp;amp; map) &lt;/li&gt;
&lt;li&gt;Webinspector support &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Thu, 26 Jun 2014 15:06:18 -0000</pubDate><guid>https://sourceforge.netbc6f8ef2ab3a6737f2941ad843cfe864272e4f6b</guid></item></channel></rss>