From a7d52feb99888d1c6c9afa6dba576b537315ca5f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 13 Feb 2014 10:30:52 +0100 Subject: [PATCH] Add ga binding --- TODO | 3 --- qutebrowser/utils/config.py | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO b/TODO index 97a3cbac1..1eb89175b 100644 --- a/TODO +++ b/TODO @@ -75,9 +75,6 @@ Enter insert mode (command: insert_mode, aliases: i, insert). C-n Enter normal mode. -ga -Add a new blank tab (command: tab_new). - [n]gc Clear tab n or of current tab, clears the history of the tab and loads about:blank. (command clear_tab, aliases: clear). diff --git a/qutebrowser/utils/config.py b/qutebrowser/utils/config.py index 39be8a377..f7d4c1f49 100644 --- a/qutebrowser/utils/config.py +++ b/qutebrowser/utils/config.py @@ -66,6 +66,7 @@ o = open go = opencur O = tabopen gO = tabopencur +ga = tabopen about:blank d = tabclose J = tabnext K = tabprev