Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl left arrow, Ctrl right arrow don't work in powershell #3484

Closed
2 tasks done
mikemaccana opened this issue Feb 16, 2019 · 3 comments
Closed
2 tasks done

Ctrl left arrow, Ctrl right arrow don't work in powershell #3484

mikemaccana opened this issue Feb 16, 2019 · 3 comments

Comments

@mikemaccana
Copy link

  • I am on the latest Hyper.app version

  • I have searched the issues of this repo and believe that this is not a duplicate

  • OS version and name: 10.0.17763.0

  • Hyper.app version: Using Hyper 3 Canary 8

  • The issue is reproducible in vanilla Hyper.app: Yes

Issue

Ctrl left arrow, Ctrl right arrow don't work in powershell

shell: 'C:\\Program Files\\PowerShell\\6-preview\\pwsh.exe',
shellArgs: [],

Ctrl Left and Ctrl right arrow don't work (they should jump back or ahead by a word - this works out of the box on Terminus).

@mikemaccana
Copy link
Author

This might be a dupe of #2873, but I'm not quite sure.

@staticfrost
Copy link

Yes that is a dupe.
doing the work around has helped:

keymaps: {
'editor:movePreviousWord': '',
'editor:moveNextWord': '',
},

@mikemaccana
Copy link
Author

Closing this, as the fix for that issue fixes this on Hyper 3 Canary 8 too. Note existing keymaps will need to be removed too:

  keymaps: {
    // Example
    // 'window:devtools': 'cmd+alt+o',
    "tab:new": "ctrl+t",
    // "tab:next": ["ctrl+right"],
    // "tab:prev": ["ctrl+left"],
    // See https://github.com/zeit/hyper/issues/2873
    "editor:movePreviousWord": "",
    "editor:moveNextWord": ""
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants