" References: " https://vimpr.github.io " Basic configuration set gui=tabs,nonavigation set tabnumbers set titlestring= set defsearch=duckduckgo " Theme "colorscheme zenburn " See https://github.com/vimperator/vimperator-labs/issues/88 set focuscontent " Copy page title to the clipboard (with yt) " http://www.mozdev.org/pipermail/vimperator/2008-October/002546.html map yt :js util.copyToClipboard(content.document.title, true) " Copy page as a Markdown link map ym :js util.copyToClipboard('[' + content.document.title + '](' + content.document.location + ')', true) " Copy page as a Trac wiki link map yt :js util.copyToClipboard('[' + content.document.location content.document.title + ']', true) " Copy page for sharing map ys :js util.copyToClipboard(content.document.title + ' - ' + content.document.location, true) " Open a new tab or the homepage map e :tabopen about:newtab map h gH " Quit map q :quitall " Show all bookmarks shortcut command bmarksshow :emenu Bookmarks.Show All Bookmarks " Bookmark this page shortcut command bmarkthis :emenu Bookmarks.Bookmark This Page " Bookmark all tabs shortcut command bmarkall :emenu Bookmarks.Bookmark All Tabs… " Send Tab URLs shortcut " https://addons.mozilla.org/en-US/firefox/addon/send-tab-urls/ command sendtabs :emenu File.Send Tab URLs... " Copy URLs shortcut " https://addons.mozilla.org/en-US/firefox/addon/copyurls/ command copyurls :emenu Edit.Copy Urls Expert.Tabs In This Window " FIXME " Post to Links Saraventos command! -nargs=* link js link(); :js <