mirror of
https://codeberg.org/scip/viking-mode.git
synced 2025-12-17 04:20:59 +01:00
do not use previous-line
This commit is contained in:
@@ -410,7 +410,7 @@ pressed the first time in a row"
|
|||||||
(if (and (eobp)
|
(if (and (eobp)
|
||||||
(> (buffer-size) 0)
|
(> (buffer-size) 0)
|
||||||
(eq (line-beginning-position) (point)))
|
(eq (line-beginning-position) (point)))
|
||||||
(progn (message "jump 1 line up") (previous-line)))
|
(progn (message "jump 1 line up") (forward-line -1)))
|
||||||
|
|
||||||
;; only call killer if not done killing
|
;; only call killer if not done killing
|
||||||
(if (and viking--current-killf (not (eobp)))
|
(if (and viking--current-killf (not (eobp)))
|
||||||
|
|||||||
Reference in New Issue
Block a user