Commit Diff


commit - 6cc5fcfe173c6d504497dead4171fabf46131134
commit + 3c3af0fd8054ae060f6a9dfdb8135c5138504ba1
blob - cdf12dd6406e0ec32f1506e1a0aed23f545b3ae3
blob + 67afc060637d31b0a027bfd919b088f1e9aedb86
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,7 @@
 2021-07-08  Omar Polo  <op@omarpolo.com>
 
+	* defaults.c (load_default_keys): bind C-t to tab-new by default
+
 	* telescope.c (start_child): re-exec the children processes
 
 	* ui.c (print_vline): bug: print the trailing face until the right column, not one less.  (this would leave the last column white if !olivetti-mode and a background color for some body lines)
blob - 2363c0f5d389ee86b60cd1678cd8f03dd7acf68e
blob + b7174ebf8130cf77db057c26b28aa7e38286fc0e
--- defaults.c
+++ defaults.c
@@ -270,6 +270,7 @@ load_default_keys(void)
 	global_set_key("<prior>",	cmd_scroll_up);
 	global_set_key("<next>",	cmd_scroll_down);
 
+	global_set_key("C-t",		cmd_tab_new);
 	global_set_key("M-<prior>",	cmd_tab_previous);
 	global_set_key("M-<next>",	cmd_tab_next);
 
blob - 62fce8eb42eca75bf88eb102b332e72371b56cfa
blob + beb6e3b41de1531db9281451142fee0ecc783f4b
--- telescope.1
+++ telescope.1
@@ -268,6 +268,12 @@ backward-char
 scroll-up
 .It <next>
 scroll-down
+.It C-t
+tab-new
+.It M-<prior>
+tab-previous
+.It M-<next>
+tab-next
 .It M-<left>
 previous-page
 .It M-<right>