"1.0 " Load plugins loadplugins '\.(js|penta)$' " User defined items group user " Set title and default search set defsearch=duck set titlestring=Firefox " Show tab numbers " See https://code.google.com/p/dactyl/issues/detail?id=870 set go+=n " Avoid theme overwriting during syncs "set! general.skins.selectedSkin=rein " Copy page title " Thanks to https://github.com/laurentb/public-dotfiles/blob/master/desktop/.pentadactyl/main.penta command yt :yank :echo document.title.replace(/ - Firefox$/, ''); " Open a new tab or the homepage map e :tabopen about:newtab map h gH " Quit map q :quit " " Shortcuts " Currently dependent on https://addons.mozilla.org/en-US/firefox/addon/tiny-menu " " Show all bookmarks shortcut command bmarks-show :emenu Menu.Bookmarks.Show All Bookmarks " Bookmark this page shortcut command bmark-this :emenu Menu.Bookmarks.Bookmark This Page " Bookmark all tabs shortcut command bmark-all :emenu Menu.Bookmarks.Bookmark All Tabs… " Send Tab URLs shortcut " https://addons.mozilla.org/en-US/firefox/addon/send-tab-urls/ command send-tabs :emenu Menu.File.Send Tab URLs... " Copy URLs shortcut " https://addons.mozilla.org/en-US/firefox/addon/copyurls/ command copy-urls :emenu Menu.Edit.Copy Urls Expert.Tabs In This Window " vim: set ft=pentadactyl: