mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
chore: remove added bindings
This commit is contained in:
@@ -58,26 +58,6 @@
|
||||
:editor/delete "delete"
|
||||
:editor/delete-selection ["backspace" "delete"]
|
||||
|
||||
;; clear the block content
|
||||
:editor/clear-block "alt+l"
|
||||
;; kill the line before the cursor position
|
||||
:editor/kill-line-before "alt+u"
|
||||
;; kill the line after the cursor position
|
||||
:editor/kill-line-after "alt+k"
|
||||
;; go to the beginning of the block
|
||||
:editor/beginning-of-block "alt+a"
|
||||
;; go to the end of the block
|
||||
:editor/end-of-block "alt+e"
|
||||
;; forward one word
|
||||
:editor/forward-word "alt+f"
|
||||
;; backward one word
|
||||
:editor/backward-word "alt+b"
|
||||
;; kill one word backward
|
||||
:editor/backward-kill-word "alt+w"
|
||||
;; kill one word forward
|
||||
:editor/forward-kill-word "alt+d"
|
||||
|
||||
|
||||
:editor/selection-up "up"
|
||||
:editor/selection-down "down"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user