Add ga binding
This commit is contained in:
parent
029813c8eb
commit
a7d52feb99
3
TODO
3
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).
|
||||
|
||||
|
@ -66,6 +66,7 @@ o = open
|
||||
go = opencur
|
||||
O = tabopen
|
||||
gO = tabopencur
|
||||
ga = tabopen about:blank
|
||||
d = tabclose
|
||||
J = tabnext
|
||||
K = tabprev
|
||||
|
Loading…
Reference in New Issue
Block a user