コンピュータや音楽の事書いてます

メモ:Firefox アドオン - Pentadactyl

Firefoxの操作をvim的にしてしまおう、という強引ing my wayなツール。

自分設定めも

"1.0rc1

loadplugins '\.(js|penta)$'

group user
map -count -modes=n,v <C-a> <count><count><count><count><count><count><Pass>
map -count -modes=n,v <C-c> <count><count><count><count><count><count><count><Pass>
map -count -modes=n,v <C-n> <count><count><count><count><count><Pass>
map -count -modes=n,v <C-p> <count><count><count><count><count><Pass>
map -count -modes=n,v <C-v> <count><count><count><count><count><count><count><Pass>
map -count -modes=n,v b <count><count><count><count>:bmarks<Space>
map -count -modes=n,v h <count><count><count><count><count><count><count><count><C-S-Tab>
map -count -modes=n j <count><Down><Down><Down><Down><Down>
map -count -modes=n,v l <count><count><count><count><count><count><count><count><C-Tab>
map -count -modes=n,v o <count><count><count><count>t
map -count -modes=n,v x <count><count><count>d
map -count -modes=n k <count><Up><Up><Up><Up><Up>
map -count -modes=c <C-v> <Pass>
map -count -modes=c <C-b> <Left>
map -count -modes=c <C-f> <Right>
map -count -modes=i <C-a> -builtin <Pass>
map -count -modes=i <C-c> -builtin <Pass>
map -count -modes=i <C-n> <Down>
map -count -modes=i <C-p> <Up>
map -count -modes=i <C-v> -builtin <Pass>
map -count -modes=i <C-x> -builtin <Pass>
map -count -modes=i <C-z> -builtin <Pass>
set hlfind
" 全キーを無効化
set passkeys+=docs.google.com:<pass-all-keys><Esc> 

" vim: set ft=pentadactyl: