Lines Matching refs:kbd
29 :kbd:`C-A` (Control-A) moves the cursor to the beginning of the line, :kbd:`C-E`
30 to the end, :kbd:`C-B` moves it one position to the left, :kbd:`C-F` to the
31 right. Backspace erases the character to the left of the cursor, :kbd:`C-D` the
32 character to its right. :kbd:`C-K` kills (erases) the rest of the line to the
33 right of the cursor, :kbd:`C-Y` yanks back the last killed string.
34 :kbd:`C-underscore` undoes the last change you made; it can be repeated for
45 a new line at the bottom of this buffer. :kbd:`C-P` moves one line up (back) in
46 the history buffer, :kbd:`C-N` moves one down. Any line in the history buffer
48 modified. Pressing the :kbd:`Return` key passes the current line to the
49 interpreter. :kbd:`C-R` starts an incremental reverse search; :kbd:`C-S` starts
85 Note that the default binding for :kbd:`Tab` in Python is to insert a :kbd:`Tab`
92 continuation lines if you're accustomed to using :kbd:`Tab` for that purpose.)
105 This binds the :kbd:`Tab` key to the completion function, so hitting the
106 :kbd:`Tab` key twice suggests completions; it looks at Python statement names,