mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
Remove duplicated shortcut bindings (#445)
This commit is contained in:
parent
24597f5e8e
commit
7a01ec77c4
1 changed files with 0 additions and 2 deletions
|
|
@ -59,8 +59,6 @@ class HyperTerm extends Component {
|
||||||
keys.bind('alt+right', bound('moveWordRight'));
|
keys.bind('alt+right', bound('moveWordRight'));
|
||||||
keys.bind('alt+backspace', bound('deleteWordLeft'));
|
keys.bind('alt+backspace', bound('deleteWordLeft'));
|
||||||
keys.bind('alt+del', bound('deleteWordRight'));
|
keys.bind('alt+del', bound('deleteWordRight'));
|
||||||
keys.bind('command+left', bound('deleteWordLeft'));
|
|
||||||
keys.bind('command+right', bound('deleteWordRight'));
|
|
||||||
keys.bind('command+backspace', bound('deleteLine'));
|
keys.bind('command+backspace', bound('deleteLine'));
|
||||||
keys.bind('command+left', bound('moveToStart'));
|
keys.bind('command+left', bound('moveToStart'));
|
||||||
keys.bind('command+right', bound('moveToEnd'));
|
keys.bind('command+right', bound('moveToEnd'));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue