tweak: add Ctrl+T command to add new tab.

This commit is contained in:
NunoSempere 2022-12-13 16:57:39 +00:00
parent 892b3d3d41
commit 9ca14fb3d4

View File

@ -68,6 +68,7 @@ static struct {
{ CTRL, KEY(0), zoom_reset },
{ CTRL, KEY(Page_Down), prev_tab },
{ CTRL, KEY(Page_Up), next_tab },
{ CTRL, KEY(t), next_tab },
{ CTRL, KEY(w), close_tab },
{ 0x0, KEY(F11), toggle_fullscreen },
{ CTRL, KEY(l), show_searchbar },