chore: remove added bindings

This commit is contained in:
Tienson Qin
2021-05-08 17:43:53 +08:00
parent 310f69203b
commit 9de470a045

View File

@@ -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"