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
1702
1702
Move the point to the first character after the shell prompt on this line.
1703
1703
If the point is already there, move to the beginning of the line.
1704
1704
Effectively toggle between the two positions."
1705
- (interactive )
1705
+ (interactive " ^ " )
1706
1706
(if (vterm--at-prompt-p)
1707
1707
(goto-char (vterm--get-beginning-of-line))
1708
1708
(goto-char (max (or (vterm--get-prompt-point) 0 )
1709
1709
(vterm--get-beginning-of-line)))))
1710
1710
1711
1711
(defun vterm-end-of-line ()
1712
1712
" Move point to the end of the line, bypassing line wraps."
1713
- (interactive )
1713
+ (interactive " ^ " )
1714
1714
(goto-char (vterm--get-end-of-line)))
1715
1715
1716
1716
(defun vterm-reset-cursor-point ()
You can’t perform that action at this time.
0 commit comments