aboutsummaryrefslogtreecommitdiff
path: root/include/completion/CommandsModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/completion/CommandsModel.hpp')
-rw-r--r--include/completion/CommandsModel.hpp4
1 files changed, 2 insertions, 2 deletions
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<Command> 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 {