Add ga binding

This commit is contained in:
Florian Bruhin 2014-02-13 10:30:52 +01:00
parent 029813c8eb
commit a7d52feb99
2 changed files with 1 additions and 3 deletions

3
TODO
View File

@ -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).

View File

@ -66,6 +66,7 @@ o = open
go = opencur
O = tabopen
gO = tabopencur
ga = tabopen about:blank
d = tabclose
J = tabnext
K = tabprev