Skip to content

Instantly share code, notes, and snippets.

View cameroncuttingedge's full-sized avatar

Cameron cameroncuttingedge

  • Seattle WA
View GitHub Profile
// Initial unmapping - keep only essential navigation keys
api.unmapAllExcept(['j', 'k', 'gg', 'G', 'yy', 'f']);
// Settings
settings.smoothScroll = true;
// Custom key mappings
api.mapkey('h', '#1Go back in history', function() {
history.go(-1);
});