1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 18:44:12 +01:00

keyword support for bookmarks

This commit is contained in:
Martin Stubenschrott
2007-05-04 18:04:11 +00:00
parent 2284afec3a
commit c6d67fe8fe
12 changed files with 221 additions and 102 deletions

View File

@@ -73,4 +73,4 @@ EOF
javascript define_map("h","h","previous tab",function(){tab_go(-1);});
javascript define_map("l","l","next tab",function(){tab_go(0);});
" vim: set syntax=javascript :
" vim: set syntax=vimperator: