Commit Diff


commit - 2eef3403bf2cebb4f2d37886babe4a83063d6daf
commit + 7dbaef94871c7c05d5c041470ca088e71339fe09
blob - 3203fd1cf6418909fb3b319209dc12777a7f71d8
blob + eba38de500bc81123c6b190def37f8f30bdd0caa
--- telescope.1
+++ telescope.1
@@ -120,185 +120,185 @@ Tab
 .Ss GNU Emacs-like keys
 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
 .It C-p
-.Ic previous-line
+previous-line
 .It C-n
-.Ic next-line
+next-line
 .It C-f
-.Ic forward-char
+forward-char
 .It C-b
-.Ic backward-char
+backward-char
 .It M-{
-.Ic backward-paragraph
+backward-paragraph
 .It M-}
-.Ic forward-paragraph
+forward-paragraph
 .It C-a
-.Ic move-beginning-of-line
+move-beginning-of-line
 .It C-e
-.Ic move-end-of-line
+move-end-of-line
 .It M-v, M-space
-.Ic scroll-up
+scroll-up
 .It C-v, space
-.Ic scroll-down
+scroll-down
 .It M-<
-.Ic beginning-of-buffer
+beginning-of-buffer
 .It M->
-.Ic end-of-buffer
+end-of-buffer
 .It C-x C-c
-.Ic kill-telescope
+kill-telescope
 .It C-g
-.Ic clear-minibuf
+clear-minibuf
 .It M-x
-.Ic execute-extended-command
+execute-extended-command
 .It C-x C-f
-.Ic load-url
+load-url
 .It C-x M-f
-.Ic load-current-url
+load-current-url
 .It C-x t 0
-.Ic tab-close
+tab-close
 .It C-x t 1
-.Ic tab-close-other
+tab-close-other
 .It C-x t 2
-.Ic tab-new
+tab-new
 .It C-x t o
-.Ic tab-next
+tab-next
 .It C-x t O
-.Ic tab-previous
+tab-previous
 .It C-x t m
-.Ic tab-move
+tab-move
 .It C-x t M
-.Ic tab-move-to
+tab-move-to
 .It C-M-b
-.Ic previous-page
+previous-page
 .It C-M-f
-.Ic next-page
+next-page
 .It <f7> a
-.Ic bookmark-page
+bookmark-page
 .It <f7> <f7>
-.Ic list-bookmarks
+list-bookmarks
 .El
 .Ss Xr vi 1 Ns -like keys
 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
 .It k
-.Ic previous-line
+previous-line
 .It j
-.Ic next-line
+next-line
 .It l
-.Ic forward-char
+forward-char
 .It h
-.Ic backward-char
+backward-char
 .It {
-.Ic backward-paragraph
+backward-paragraph
 .It }
-.Ic forward-paragraph
+forward-paragraph
 .It ^
-.Ic move-beginning-of-line
+move-beginning-of-line
 .It $
-.Ic move-end-of-line
+move-end-of-line
 .It K
-.Ic scroll-line-up
+scroll-line-up
 .It J
-.Ic scroll-line-down
+scroll-line-down
 .It g g
-.Ic beginning-of-buffer
+beginning-of-buffer
 .It G
-.Ic end-of-buffer
+end-of-buffer
 .It g D
-.Ic tab-close
+tab-close
 .It g N
-.Ic tab-new
+tab-new
 .It g t
-.Ic tab-next
+tab-next
 .It g T
-.Ic tab-previous
+tab-previous
 .It g M-t
-.Ic tab-move
+tab-move
 .It g M-T
-.Ic tab-move-to
+tab-move-to
 .It H
-.Ic previous-page
+previous-page
 .It L
-.Ic next-page
+next-page
 .It q
-.Ic kill-telescope
+kill-telescope
 .It ESC
-.Ic clear-minibuf
+clear-minibuf
 .It :
-.Ic execute-extended-command
+execute-extended-command
 .El
 .Ss CUA-like keys
 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
 .It <up>
-.Ic previous-line
+previous-line
 .It <down>
-.Ic next-line
+next-line
 .It <right>
-.Ic forward-char
+forward-char
 .It <left>
-.Ic backward-char
+backward-char
 .It <prior>
-.Ic scroll-up
+scroll-up
 .It <next>
-.Ic scroll-down
+scroll-down
 .It M-<left>
-.Ic previous-page
+previous-page
 .It M-<right>
-.Ic next-page
+next-page
 .El
 .Ss Neither Emacs nor vi specific
 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
 .It <f1>
-.Ic toggle-help
+toggle-help
 .It enter
-.Ic push-button
+push-button
 .It M-enter
-.Ic push-button-new-tab
+push-button-new-tab
 .It M-tab
-.Ic previous-button
+previous-button
 .It tab
-.Ic next-button
+next-button
 .El
 .Ss Minibuffer-specific keys
 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
 .It enter
-.Ic mini-complete-and-exit
+mini-complete-and-exit
 .It C-g
-.Ic mini-abort
+mini-abort
 .It ESC
-.Ic mini-abort
+mini-abort
 .It C-d
-.Ic mini-delete-char
+mini-delete-char
 .It del
-.Ic mini-delete-backward-char
+mini-delete-backward-char
 .It backspace
-.Ic mini-delete-backward-char
+mini-delete-backward-char
 .It C-h
-.Ic mini-delete-backward-char
+mini-delete-backward-char
 .It C-b
-.Ic backward-char
+backward-char
 .It C-f
-.Ic forward-char
+forward-char
 .It <left>
-.Ic backward-char
+backward-char
 .It <right>
-.Ic forward-char
+forward-char
 .It C-e
-.Ic move-end-of-line
+move-end-of-line
 .It C-a
-.Ic move-beginning-of-line
+move-beginning-of-line
 .It <end>
-.Ic move-end-of-line
+move-end-of-line
 .It <home>
-.Ic move-beginning-of-line
+move-beginning-of-line
 .It C-k
-.Ic mini-kill-line
+mini-kill-line
 .It M-p
-.Ic mini-previous-history-element
+mini-previous-history-element
 .It M-n
-.Ic mini-next-history-element
+mini-next-history-element
 .It <up>
-.Ic mini-previous-history-element
+mini-previous-history-element
 .It <down>
-.Ic mini-next-history-element
+mini-next-history-element
 .El
 .Sh INTERACTIVE COMMANDS
 Follows the documentation for the interactive commands.