Commit Diff


commit - 3a20fb6c73deb9ec02ad5863b57af52045fbc33a
commit + c82b3fd622db1e45a094f1024ea1d37c4de89fdf
blob - b146284f88cbab58d87ba816f26f9acd49dd46fd
blob + a80fefd07819e4efc32f5c6a15929d2d8932dd72
--- ChangeLog
+++ ChangeLog
@@ -2,6 +2,7 @@
 
 	* ui.c (handle_resize): debounce resize event
 	(cmd_forward_char): unbreak forward-char
+	added aliases for tab-{next,new,previous}
 
 2021-04-30  Omar Polo  <op@omarpolo.com>
 
blob - ed53435ceb296c10fdbb2ccd496e6609ea5e4f28
blob + 44927224747f1f2ee75f6cc1f201cc8ee6005ea2
--- telescope.1
+++ telescope.1
@@ -415,6 +415,12 @@ Load the next history element.
 The following aliases are available during
 .Ic execute-extended-command :
 .Bl -tag -width 16m -compact
+.It Ic tabn
+.Ic tab-next
+.It Ic tabnew
+.Ic tab-new
+.It Ic tabp
+.Ic tab-previous
 .It Ic q No and Ic wq
 .Ic kill-telescope
 .El