mirror of
https://github.com/heyman/heynote.git
synced 2025-01-22 05:48:47 +01:00
Remove C-p and C-n key bindings from Emacs mode
(since they interfer with new key bindings for multiple notes support)
This commit is contained in:
parent
302bb16a15
commit
7121042237
@ -103,8 +103,6 @@ export function emacsKeymap(editor) {
|
||||
|
||||
{ key: "Ctrl-b", run: emacsMoveCommand(cursorCharLeft, selectCharLeft), shift: selectCharLeft },
|
||||
{ key: "Ctrl-f", run: emacsMoveCommand(cursorCharRight, selectCharRight), shift: selectCharRight },
|
||||
{ key: "Ctrl-p", run: emacsMoveCommand(cursorLineUp, selectLineUp), shift: selectLineUp },
|
||||
{ key: "Ctrl-n", run: emacsMoveCommand(cursorLineDown, selectLineDown), shift: selectLineDown },
|
||||
{ key: "Ctrl-a", run: emacsMoveCommand(cursorLineStart, selectLineStart), shift: selectLineStart },
|
||||
{ key: "Ctrl-e", run: emacsMoveCommand(cursorLineEnd, selectLineEnd), shift: selectLineEnd },
|
||||
])),
|
||||
|
Loading…
Reference in New Issue
Block a user