[cmds] :q! should quit lnav

Fixes #607
pull/627/head
Timothy Stack 5 years ago
parent d1a556638b
commit 1a932f3a41

@ -4385,7 +4385,7 @@ readline_context::command_t STD_COMMANDS[] = {
};
unordered_map<char const *, vector<char const *>> aliases = {
{ "quit", { "q" } },
{ "quit", { "q", "q!" } },
};
void init_lnav_commands(readline_context::command_map_t &cmd_map)

Loading…
Cancel
Save