commit 12cf7d8030c831d559cd71f24cfb6da0d481019b from: Omar Polo date: Thu Jul 15 16:16:49 2021 UTC sync commit - 9a435e943f02d863fb96fd5eb5f5dd4a380300da commit + 12cf7d8030c831d559cd71f24cfb6da0d481019b blob - 6031e31ee73cae56d565c9b49ef5f1fd24da1f4b blob + 023d633eaacfd5035d59f46015e1e45c6966b59f --- ChangeLog +++ ChangeLog @@ -1,5 +1,10 @@ 2021-07-15 Omar Polo + * defaults.c (load_default_keys): bind C-z to suspend-telescope + (load_default_keys): bind / to move-beginning/end-of-line + + * cmd.c (cmd_suspend_telescope): add suspend-telescope + * ui.c (do_redraw_minibuffer): show the number of completions available * parse.y (parseconfig): load alternate config file per-TERM blob - 0cef6741dc87c8e1059e0e190c924c947a173e35 blob + f384d75c5a506928a057b208d89ad261f1d2f67b --- telescope.1 +++ telescope.1 @@ -210,6 +210,8 @@ next-page bookmark-page .It list-bookmarks +.It C-z +suspend-telescope .El .Ss Xr vi 1 Ns -like keys .Bl -tag -width xxxxxxxxxxxx -offset indent -compact @@ -270,6 +272,10 @@ next-line forward-char .It backward-char +.It +move-beginning-of-line +.It +move-end-of-line .It scroll-up .It @@ -476,6 +482,10 @@ Scroll down by one line. Scroll up by one line. .It Ic scroll-up Scroll up by one visual page. +.It Ic suspend-telescope +Suspend the current +.Nm +session. .It Ic swiper Jump to a line using the minibuffer. .It Ic toc