Dev mode - pressing Ctrl+D instead of Enter to stop
See original GitHub issueI find myself constantly stopping dev mode because I want to add some blank lines in the log stream so I hit the Enter
key. What do you think about switching to using the Ctrl + D
combination that is also used in other tools instead of Enter
?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Ctrl+D for ending terminal line input - Unix StackExchange
When you press Ctrl + Z , the pending input is discarded. Thus only what had already been sent to the application (which...
Read more >Exiting a program when user enters Ctrl+d in C - Stack Overflow
The program would stop after the last line (the '-' characters are just to show the user that they are still entering text)....
Read more >Use Enter key to stop play run command · Issue #2671 - GitHub
Using Ctrl-D for stopping the run command is risky since Ctrl-D is ... Dev mode - pressing Ctrl+D instead of Enter to stop...
Read more >How to issue ctrl+D and enter key - The UNIX and Linux Forums
In vi this is done by pressing "CTRL-V", which "escapes" the next entered character. After pressing CTRL-V in input mode you can press...
Read more >How to Turn Off Chromebook Developer Mode - YouTube
In this tutorial, I show you how to disable developer mode on your Chromebook. ... OS verification, then press Enter to verify and...
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 FreeTop 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
Top GitHub Comments
What about adding a way to override this behavior? Default from 2.6 onwards is then the Enter key, but with a way to turn it off?
Maybe a different key - escape perhaps?