You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Ctrl-T | Transpose previous character with current character |
133
+
| Ctrl-U | Delete from start of line to cursor |
134
+
| Ctrl-V, Ctrl-Q| Insert the subsequent character verbatim instead of performing any Action associated with it. For example, to insert a newline while editing a multi-line history entry, press Ctrl-V then Ctrl-J (Ctrl-J is the ASCII Control Character `Line Feed`)|
135
+
| Ctrl-W | Delete word leading up to cursor (using white space as a word boundary) |
136
+
| Ctrl-X Ctrl-U | Undo |
137
+
| Ctrl-Y | Paste from Yank buffer |
138
+
| Ctrl-Y | Paste from Yank buffer (Meta-Y to paste next yank instead) |
139
+
| Ctrl-Z | Suspend (Unix only) |
140
+
| Ctrl-_| Undo |
141
+
| Meta-0, 1, ..., - | Specify the digit to the argument. `–` starts a negative argument. |
142
+
| Meta <| Move to first entry in history |
143
+
| Meta >| Move to last entry in history |
144
+
| Meta-B, Alt-Left | Move cursor to previous word |
145
+
| Meta-Backspace | Kill from the start of the current word, or, if between words, to the start of the previous word |
0 commit comments