Commit Diff


commit - 4bb6a4fa12277e60cec320dacf7968754b26db7d
commit + 34f8174412bdd6f2e1f226a2b7bd00101c574ef8
blob - d1accca537d2af9e64bbc6d642a6c202595ca9cf
blob + 90b75c2faff223437b76a464dd98165e9dfaf05c
--- include/cmd.h
+++ include/cmd.h
@@ -68,13 +68,13 @@ CMD(cmd_suspend_telescope,	"Suspend the current Telesc
 CMD(cmd_swiper,			"Jump to a line using the minibuffer.");
 CMD(cmd_tab_close,		"Close the current tab.");
 CMD(cmd_tab_close_other,	"Close all tabs but the current one.");
-CMD(cmd_tab_undo_close,		"Reopen last closed tab.");
 CMD(cmd_tab_move,		"Move the current tab to the right.");
 CMD(cmd_tab_move_to,		"Move the current tab to the left.");
 CMD(cmd_tab_new,		"Open a new tab.");
 CMD(cmd_tab_next,		"Focus next tab.");
 CMD(cmd_tab_previous,		"Focus previous tab.");
 CMD(cmd_tab_select,		"Switch to a tab using the minibuffer.");
+CMD(cmd_tab_undo_close,		"Reopen last closed tab.");
 CMD(cmd_toc,			"Jump to a heading using the minibuffer.");
 CMD(cmd_toggle_downloads,	"Toggle the downloads side window.");
 CMD(cmd_toggle_help,		"Toggle side window with help.");