Skip to content

Instantly share code, notes, and snippets.

@Axelcouty
Created July 24, 2023 13:18
Show Gist options
  • Save Axelcouty/4ebd2f65f09fd08fbfb686a71638b4dc to your computer and use it in GitHub Desktop.
Save Axelcouty/4ebd2f65f09fd08fbfb686a71638b4dc to your computer and use it in GitHub Desktop.
hyperjs support for ²
module.exports = {
plugins: ["hyperterm-visor", "hyper-pane"],
config: {
visor: {
hotkey: 'shift+²',
position: 'bottom'
}
},
keymaps: {
'tab:new': 'ctrl+t',
'pane:splitRight': 'ctrl+a',
'pane:splitDown': 'ctrl+e',
'pane:close': 'ctrl+d',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment