diff --git a/app/hyperterm.js b/app/hyperterm.js index 69ecc8bb..f68b8daf 100644 --- a/app/hyperterm.js +++ b/app/hyperterm.js @@ -230,6 +230,9 @@ export default class HyperTerm extends Component { Mousetrap.bind('command+shift+left', this.moveLeft); Mousetrap.bind('command+shift+right', this.moveRight); + Mousetrap.bind('command+shift+[', this.moveLeft); + Mousetrap.bind('command+shift+]', this.moveRight); + Mousetrap.bind('command+alt+left', this.moveLeft); Mousetrap.bind('command+alt+right', this.moveRight); }