Request: add "tab:close" shortcut
See original GitHub issuePer https://github.com/zeit/hyper/blob/master/app/keymaps/win32.json, there is no shortcut to close tabs.
Adding "tab:close": "ctrl+w",
to keymaps
doesn’t work.
Could you please add a “tab: close” shortcut?
Hyper 3 Canary 8, Windows 10.0.18860.0, can’t see this reported in any other issue.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Request: add "tab:close" shortcut #3548 - vercel/hyper - GitHub
I mean, "pane:close": "ctrl+w" works on Windows, but it would close main window if there is no other tab . This should be...
Read more >How To Close Tabs Using Shortcuts in Your Browser - Indeed
Hold down the "Control" key, then press the "Shift" and "T" keys together, and the last closed tab reopens on your browser in...
Read more >The 33 Most Useful Keyboard Shortcuts for Google Chrome
Windows PC & Linux: Hold Ctrl and press W. 3. Open a closed tab. Chrome Keyboard Shortcut open a closed tab. Mac: Hold...
Read more >Close Tabs Shortcuts – Get this Extension for Firefox (en-US)
It allows to use shortcuts to close tabs. The default shortcuts: - Close Other (Alt+W) - closes other tabs except the current one....
Read more >Chrome keyboard shortcut to "close other tabs"? - Super User
You could use the extension Close Inactive Tabs instead - This adds a button which closes all other tabs except the active one....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@glyif-wonder It looks like
pane:close
does what I want. A pity it took this PR to find it!got it. thanks for the clarification.