Commit Diff


commit - ef5d883cad082af249521441e30abe1fe8074255
commit + 1e0f5c02fa8fbc9b2e9166d51ec1be329eb7a931
blob - 938d50e17d8dbedd9806dd5e4859b059c0a1b99b
blob + 62dba1eb923cd3ef15581965e9c2db818ab99e8c
--- cmd.h
+++ cmd.h
@@ -8,6 +8,7 @@ DEFALIAS(tabn, cmd_tab_next)
 DEFALIAS(tabnew, cmd_tab_new)
 DEFALIAS(tabp, cmd_tab_previous)
 DEFALIAS(wq, cmd_kill_telescope)
+DEFALIAS(open, cmd_load_url)
 
 CMD(cmd_backward_char,		"Move point one character backward.");
 CMD(cmd_backward_paragraph,	"Move point on paragraph backward.");
blob - 4426f9c9a46767dc2941de9e82cb9873326ac0c0
blob + b6da32c475013338f1143106f416060528f33513
--- telescope.1
+++ telescope.1
@@ -889,6 +889,8 @@ Load the next history element.
 The following aliases are available during
 .Ic execute-extended-command :
 .Bl -tag -width 16m -compact
+.It Ic open
+.Ic load-url
 .It Ic tabn
 .Ic tab-next
 .It Ic tabnew