control-q instead of q for exitting apps
This commit is contained in:
@@ -33,7 +33,7 @@ local page = UI.Page {
|
||||
p = 'toggle',
|
||||
r = 'reset',
|
||||
c = 'clear',
|
||||
q = 'quit',
|
||||
[ 'control-q' ] = 'quit',
|
||||
},
|
||||
filtered = { },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user