Rename Emacs mark mode -> Selection mark mode

This commit is contained in:
Jonatan Heyman 2025-04-14 15:08:49 +02:00
parent c6cae17522
commit 28fb986250

View File

@ -29,7 +29,7 @@ import { transposeChars } from "./block/transpose-chars.js"
import { cutCommand, copyCommand, pasteCommand } from "./copy-paste.js"
import { markModeMoveCommand, toggleSelectionMarkMode, selectionMarkModeCancel } from "./emacs-mode.js"
import { markModeMoveCommand, toggleSelectionMarkMode, selectionMarkModeCancel } from "./mark-mode.js"
const cursorPreviousBlock = markModeMoveCommand(gotoPreviousBlock, selectPreviousBlock)