Save the begin_keyword_loc
location using the given saved source so that it can be retrieved later.
Save the binary_operator_loc
location using the given saved source so that it can be retrieved later.
Save the binary_operator_loc
location using the given saved source so that it can be retrieved later.
Save the in_keyword_loc
location using the given saved source so that it can be retrieved later.
Save the binary_operator_loc
location using the given saved source so that it can be retrieved later.
The offset from the start of the file in code units of the given encoding.
The column number in code units of the given encoding where this location starts from the start of the line.
vi_change_to_eol
(vi command: C
) + Kill and change from the cursor to the end of the line.
vi-kill-line-prev
(vi: Ctrl-U
) Delete the string from the beginning of the edit buffer to the cursor and save it to the cut buffer.
Readline
unix-line-discard
(C-u
) Kill backward from the cursor to the beginning of the current line.