pentadactylrc

This commit is contained in:
Gabriel Ebner 2014-07-13 13:29:14 +02:00
parent d824dfd984
commit 309813aefc
3 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FILES = bashrc vimrc zshrc emacs.el gitconfig screenrc commonshrc \
gnomerc gvimrc muttrc
gnomerc gvimrc muttrc pentadactylrc
FILES2 = msmtprc
.PHONY: install clean check

8
pentadactylrc Normal file
View File

@ -0,0 +1,8 @@
"1.1
loadplugins '\.(js|penta)$'
group user
set passkeys+=reader.gebner.org:fr,u,<C-Up>,<C-Down>,<Up>,<Down>
" vim: set ft=pentadactyl:

2
vimrc
View File

@ -51,6 +51,8 @@ NeoBundle 'derekwyatt/vim-scala'
NeoBundle 'othree/html5.vim'
NeoBundle 'dogrover/vim-pentadactyl'
" vim-sleuth?
call neobundle#end()