Merge branch 'master' of github.com:dustinswan/dotfiles
This commit is contained in:
commit
18573bd0d2
3 changed files with 4 additions and 1 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
|
|
@ -8,4 +8,7 @@ map gsp :js if((gs = gBrowser.tabs[0].linkedBrowser.contentWindow.wrappedJSObjec
|
|||
map gs<space> :js if((gs = gBrowser.tabs[0].linkedBrowser.contentWindow.wrappedJSObject.Grooveshark) != undefined) gs.togglePlayPause();<CR>
|
||||
cmap <C-c> <esc>
|
||||
|
||||
" Save to pocket
|
||||
command! pocket -description "Save to Pocket" open javascript:(function(){ISRIL_H='ff69';PKT_D='getpocket.com';ISRIL_SCRIPT=document.createElement('SCRIPT');ISRIL_SCRIPT.type='text/javascript';ISRIL_SCRIPT.src='http://'+PKT_D+'/b/r.js';document.getElementsByTagName('head')[0].appendChild(ISRIL_SCRIPT)})();
|
||||
|
||||
" vim: set ft=pentadactyl:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 03ed2bd39e37c5ff035c05197af81558eb5d8a89
|
||||
Subproject commit dd8356aea7499fed92f7c37227b1625a2b3dc190
|
||||
Loading…
Add table
Add a link
Reference in a new issue