Skip to content

Instantly share code, notes, and snippets.

@kuy
Created November 13, 2010 07:25
Show Gist options
  • Save kuy/675168 to your computer and use it in GitHub Desktop.
Save kuy/675168 to your computer and use it in GitHub Desktop.
Keymapping for F1 extension
" toggle F1 panel
js <<EOF
liberator.modules.mappings.addUserMap(
[liberator.modules.modes.NORMAL],
[",f"],
'toggle F1 panel',
function(){
ffshare.toggle();
}
);
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment