Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created August 31, 2017 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamstarkov/a466ec30b010f2ae22891f96e0ff483f to your computer and use it in GitHub Desktop.
Save iamstarkov/a466ec30b010f2ae22891f96e0ff483f to your computer and use it in GitHub Desktop.
module.exports = {
keymaps: {
'tab:prev': 'ctrl+shift+tab',
'tab:next': 'ctrl+tab',
'pane:prev': 'alt+cmd+left',
'pane:next': 'alt+cmd+right',
},
config: {},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment