summaryrefslogtreecommitdiffstats
path: root/.pentadactylrc
blob: a4e8d9a9ff6feff82c407afb3b2ac8f5ac9a40d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"hg6837

loadplugins '\.(js|penta)$'
group user
map -count -modes=n e <count>:open<Space>
map -count -modes=n h <count>:back<Return>
map -count -modes=n j <count><C-d>
map -count -modes=n k <count><C-u>
map -count -modes=n l <count>:forward<Return>
map -count -modes=n o <count>:tabnext<Return>
map -count -modes=n s <count>:undo<Return>
map -count -modes=n u <count>:tabprevious<Return>
map -count -modes=n <C-c> <count>Y
set defsearch=duckduckgo
set guioptions=brM

" vim: set ft=pentadactyl: