mirror of
https://github.com/heyman/heynote.git
synced 2025-06-27 21:12:00 +02:00
Rename Emacs mark mode -> Selection mark mode
This commit is contained in:
parent
c6cae17522
commit
28fb986250
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user