}
}
public Collection<KeyBinding> getDescription() {
return Arrays.asList(
new KeyBinding(new InputChar('/'), "Search", "New Search"),
new KeyBinding(new InputChar('n'), "Search", "Next Match"),
new KeyBinding(new InputChar('p'), "Search", "Previous Match")
);
}