|
|
|
|
|
by geocar
3094 days ago
|
|
> An out-of-control process can trap control C and ignore it. Many programs that trap SIGINT won't trap SIGQUIT so ^\ will still kill the process. Even if they do, if ^Z works then kill -9 %1 will be good. > A better display of my current working directory, and my current git branch. These items should be displayed at the edge of the window, not inside the terminal itself. MY prompt has been \$ for ages, and I've many names complained about my failing memory, but since I don't change directories often this causes me little grief (and being in one directory means my ^R search is very useful). Have you considered just storing this information in the title? Many virtual terminals have an escape sequence that sets the title. > Allow me to collapse the output of programs, just like we can collapse comments in hacker news. This sounds very useful. Perhaps it would be implemented as an escape sequence that would be marked in the prompt. |
|