Go to the previous, next section.

Readline Index

a

  • abort (C-g)
  • accept-line (Newline, Return)

    b

  • backward-char (C-b)
  • backward-delete-char (Rubout)
  • backward-kill-line ()
  • backward-kill-word (M-DEL)
  • backward-word (M-b)
  • beginning-of-history (M-<)
  • beginning-of-line (C-a)

    c

  • capitalize-word (M-c)
  • clear-screen (C-l)
  • complete (TAB)

    d

  • delete-char (C-d)
  • digit-argument (M-0, M-1, ... M--)
  • do-uppercase-version (M-a, M-b, ...)
  • downcase-word (M-l)

    e

  • editing-mode
  • end-of-history (M->)
  • end-of-line (C-e)

    f

  • forward-char (C-f)
  • forward-search-history (C-s)
  • forward-word (M-f)

    h

  • horizontal-scroll-mode

    i

  • interaction, readline

    k

  • kill-line (C-k)
  • kill-word (M-d)

    m

  • mark-modified-lines

    n

  • next-history (C-n)

    p

  • possible-completions (M-?)
  • prefer-visible-bell
  • prefix-meta (ESC)
  • previous-history (C-p)

    q

  • quoted-insert (C-q, C-v)

    r

  • re-read-init-file (C-x C-r)
  • reverse-search-history (C-r)
  • revert-line (M-r)

    s

  • self-insert (a, b, A, 1, !, ...)

    t

  • tab-insert (M-TAB)
  • transpose-chars (C-t)
  • transpose-words (M-t)

    u

  • undo (C-_)
  • universal-argument ()
  • unix-line-discard (C-u)
  • unix-word-rubout (C-w)
  • upcase-word (M-u)

    y

  • yank (C-y)
  • yank-pop (M-y)
  • Go to the previous, next section.