Skip to content

Instantly share code, notes, and snippets.

@drusepth
Created August 29, 2019 21:48
Show Gist options
  • Select an option

  • Save drusepth/14775da5a4c268dadbbad161c901820a to your computer and use it in GitHub Desktop.

Select an option

Save drusepth/14775da5a4c268dadbbad161c901820a to your computer and use it in GitHub Desktop.
add_redirect_shortcut("b", "/plan/buildings/new");
add_redirect_shortcut("c", "/plan/characters/new");
add_redirect_shortcut("n", "/plan/conditions/new");
add_redirect_shortcut("u", "/plan/countries/new");
add_redirect_shortcut("r", "/plan/creatures/new");
add_redirect_shortcut("d", "/plan/deities/new");
add_redirect_shortcut("w", "/plan/floras/new");
add_redirect_shortcut("f", "/plan/foods/new");
add_redirect_shortcut("g", "/plan/governments/new");
add_redirect_shortcut("o", "/plan/groups/new");
add_redirect_shortcut("i", "/plan/items/new");
add_redirect_shortcut("j", "/plan/jobs/new");
add_redirect_shortcut("l", "/plan/landmarks/new");
add_redirect_shortcut("a", "/plan/languages/new");
add_redirect_shortcut("t", "/plan/locations/new");
add_redirect_shortcut("m", "/plan/magics/new");
add_redirect_shortcut("p", "/plan/planets/new");
add_redirect_shortcut("r", "/plan/races/new");
add_redirect_shortcut("x", "/plan/religions/new");
add_redirect_shortcut("s", "/plan/scenes/new");
add_redirect_shortcut("h", "/plan/schools/new");
add_redirect_shortcut("z", "/plan/sports/new");
add_redirect_shortcut("h", "/plan/technologies/new");
add_redirect_shortcut("w", "/plan/towns/new");
add_redirect_shortcut("m", "/plan/traditions/new");
add_redirect_shortcut("u", "/plan/universes/new");
add_redirect_shortcut("v", "/plan/vehicles/new");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment