mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 51654cbe5d8c03ddfa122c81f1d4ec8c6c8b39d0 parent 3b66c38d75d1d413293ccaf5679770365a227b62 Author: Rob King <deadpixi@users.noreply.github.com> Date: Sun, 21 Aug 2022 21:47:30 -0500 Update config.def.h Use 'c' for BAILOUT by default. Diffstat:
| M | config.def.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h @@ -58,7 +58,7 @@ #define DELETE_NODE KEY(L'w') /* does nothing, specifically */ -#define BAILOUT KEY(L'g') +#define BAILOUT KEY(L'c') /* The force redraw key. */ #define REDRAW KEY(L'l')
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.