Created
August 31, 2017 13:52
-
-
Save iamstarkov/a466ec30b010f2ae22891f96e0ff483f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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