accepted vi'is exit approach ^[ (suggested by Arkaduisz)
This commit is contained in:
parent
edae6ee0ab
commit
e749e527f6
@ -279,6 +279,8 @@ keypress(XKeyEvent *ev) {
|
||||
case XK_Return:
|
||||
case XK_KP_Enter:
|
||||
break;
|
||||
case XK_bracketleft:
|
||||
exit(EXIT_FAILURE);
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user