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

Use g as the bailout key thanks to the fact that it isn't c-g #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#define DELETE_NODE KEY(L'w')

/* does nothing, specifically */
#define BAILOUT KEY(L'c')
#define BAILOUT KEY(L'g')

/* clears the scrollback and everything */
#define NUKE KEY(L'k')
Expand Down
4 changes: 2 additions & 2 deletions mtm.1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ key.
By default this is
.Dq "g" "."
Note that this default can be changed at compile time,
and thus may differ in your installation.
and thus may differ in your installation. Press it twice to cancel.
.El
.Pp
.Ss Usage
Expand All @@ -74,7 +74,7 @@ when prefixed with the command character:
.Bl -tag -width Ds
.It Em "Up/Down/Right/Left Arrow"
Select the terminal above/below/to the right of/to the left of the currently focused one.
.It Em "c"
.It Em "g"
Abandon the keychord sequence.
.It Em "o"
.Pq "the letter oh"
Expand Down