Browse Source

switch from pentadactyl to vimperator

raylu 12 years ago
parent
commit
750a096046
2 changed files with 4 additions and 12 deletions
  1. 0 12
      pentadactylrc
  2. 4 0
      vimperatorrc

+ 0 - 12
pentadactylrc

@@ -1,12 +0,0 @@
-"1.0rc2pre-hg6724-default
-
-loadplugins '\.(js|penta)$'
-group user
-map -modes=n,v gf -ex tab viewsource
-set complete=location,file,suggestion
-set defsearch=d
-set hlfind
-set runtimepath=/home/raylu/.pentadactyl
-js editor.defaultRegister="+"
-
-" vim: set ft=pentadactyl:

+ 4 - 0
vimperatorrc

@@ -0,0 +1,4 @@
+nmap gf :tab viewsource<CR>
+set defsearch=d
+
+" vim: set ft=vimperator: