-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpentadactylrc
52 lines (47 loc) · 1.71 KB
/
pentadactylrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
"1.1
loadplugins '\.(js|penta)$'
group user
set defsearch=duckduckgo
set editor=gedit
set passkeys=tweetdeck.twitter.com/:N<Up><Down><Left><Right>
"set passkeys+='drive.google.com':jkxANTPSDFcuarvzs<Return>./d?,gn,gl,gf,gd
"autocmd LocationChange google.com :normal! <C-z>
" to enable urlbar
set guioptions+=T
" websites
map go :tabopen google
map _ad :tabopen addons
map _am :tabopen amazon
map _ar :tabopen arch
map _eb :tabopen ebay
map _fb :tabopen https://www.facebook.com/<CR>
map _fe :tabopen https://feedly.com/index.html#index<CR>
map _fl :tabopen flipkart
map _gh :tabopen https://github.com/<CR>
map _gk :tabopen https://keep.google.com/<CR>
map _gm :tabopen https://mail.google.com/mail/ca/u/0/<CR>
map _gp :tabopen https://plus.google.com/<CR>
map _gr :tabopen goodreads
map _im :tabopen imdb
map _ir :tabopen https://www.irctc.co.in/<CR>
map _lb :tabopen letterboxd
map _pl :tabopen play
map _po :tabopen https://getpocket.com/a/queue/<CR>
map _sb :tabopen https://retail.onlinesbi.com/retail/login.htm<CR>
map _re :tabopen https://www.reddit.com/<CR>
map _tw :tabopen https://twitter.com<CR>
map _wi :tabopen wikipedia
map _yt :tabopen youtube
map _yf :tabopen https://www.youtube.com/feed/subscriptions<CR>
map _yp :tabopen https://www.youtube.com/channel/UCF0pVplsI8R5kcAqgtoRqoA<CR> " popular
map _ym :tabopen https://www.youtube.com/channel/UC-9-kyTW8ZkZNDHQJ6FgpwQ<CR> " music
map _yi :tabopen https://www.youtube.com/channel/UCAh9DbAZny_eoGFsYlH2JZw<CR> " popular-india
" plugins/bookmarklets etc
map _af :open autofill<CR>
map _rc :open rightclick<CR>
map _at :open textselection<CR>
map _rl :open pocket<CR>
map _rn :open readability<CR>
map _uc :open unical<CR>
map _qr :open qrcode<CR>
" vim: set ft=pentadactyl: