aboutsummaryrefslogtreecommitdiff
path: root/modules/pentadactyl/pentadactylrc.dot.link
blob: 2566d93af8adcffef81a5601eb16e11e938643ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"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

" vim: set ft=pentadactyl: