-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vimperatorrc
More file actions
22 lines (16 loc) · 752 Bytes
/
.vimperatorrc
File metadata and controls
22 lines (16 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
" vim: set ft=vimperator:
"set guioptions=mT
"set runtimepath=/home/taylor/.vimperator
"au LocationChange .* :set editor="guieditor -f"
"au LocationChange s\.codecafe\.com :set editor="guieditor -f -c 'set ft=mkd'"
"au LocationChange trac\.isgenesis\.com :set editor="guieditor -f -c 'set ft=mkd'"
" Save to Delicious
map <Leader>S :open postdelicious<CR>
" Add the delicious bookmarketlet then add postdelicious as the keyword
" Send to Kindle via klip.me
map <Leader>K :open sendtokindle<CR>
" Add the klip.me bookmarketlet then add klip as the keyword
" Save to Pocket <http://getpocket.com>
map <Leader>P :open addtopocket<CR>
" Add the getpocket.com bookmarketlet then add addtopocket as the keyword
source! /home/taylor/.vimperatorrc.local