File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1702,15 +1702,15 @@ More information see `vterm--prompt-tracking-enabled-p' and
17021702Move the point to the first character after the shell prompt on this line.
17031703If the point is already there, move to the beginning of the line.
17041704Effectively toggle between the two positions."
1705- (interactive )
1705+ (interactive " ^ " )
17061706 (if (vterm--at-prompt-p)
17071707 (goto-char (vterm--get-beginning-of-line))
17081708 (goto-char (max (or (vterm--get-prompt-point) 0 )
17091709 (vterm--get-beginning-of-line)))))
17101710
17111711(defun vterm-end-of-line ()
17121712 " Move point to the end of the line, bypassing line wraps."
1713- (interactive )
1713+ (interactive " ^ " )
17141714 (goto-char (vterm--get-end-of-line)))
17151715
17161716(defun vterm-reset-cursor-point ()
You can’t perform that action at this time.
0 commit comments