From 05ae8976a8e1ab5411058de244c4e2fcc87ec369 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 12 Mar 2025 20:47:57 +0530 Subject: Refactor MainWindow into InputMediator --- include/completion/CommandsModel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/completion/CommandsModel.hpp') diff --git a/include/completion/CommandsModel.hpp b/include/completion/CommandsModel.hpp index 6cb25f9..28836fe 100644 --- a/include/completion/CommandsModel.hpp +++ b/include/completion/CommandsModel.hpp @@ -12,8 +12,8 @@ struct Command { const QList commands = { {.name = "open", .description = "Open a url in the current tab"}, {.name = "tabopen", .description = "Open a url in a new tab"}, - {.name = "bnext", .description = "Go to next tab"}, - {.name = "bprev", .description = "Go to previous tab"}, + {.name = "tabnext", .description = "Go to next tab"}, + {.name = "tabbprev", .description = "Go to previous tab"}, }; class CommandsModel : public QAbstractListModel { -- cgit v1.3.1