Commit Diff


commit - 9a435e943f02d863fb96fd5eb5f5dd4a380300da
commit + 12cf7d8030c831d559cd71f24cfb6da0d481019b
blob - 6031e31ee73cae56d565c9b49ef5f1fd24da1f4b
blob + 023d633eaacfd5035d59f46015e1e45c6966b59f
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,10 @@
 2021-07-15  Omar Polo  <op@omarpolo.com>
 
+	* defaults.c (load_default_keys): bind C-z to suspend-telescope
+	(load_default_keys): bind <home>/<end> 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 <f7> <f7>
 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 <left>
 backward-char
+.It <home>
+move-beginning-of-line
+.It <end>
+move-end-of-line
 .It <prior>
 scroll-up
 .It <next>
@@ -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