+2
-2
@@ -16,7 +16,7 @@
|
||||
;; KEY MAPPING
|
||||
|
||||
(map-key "CTRL-q" editor-quit)
|
||||
(map-key "CTRL-s" editor-save)
|
||||
(map-key "CTRL-d" editor-save)
|
||||
(map-key "ARROW-UP" '(move-cursor "up"))
|
||||
(map-key "ARROW-DOWN" '(move-cursor "down"))
|
||||
(map-key "ARROW-RIGHT" '(move-cursor "right"))
|
||||
@@ -30,5 +30,5 @@
|
||||
(map-key "PAGE-DOWN" move-cursor-page-down)
|
||||
(map-key "CTRL-o" editor-open-file)
|
||||
(map-key "CTRL-k" editor-del-row)
|
||||
|
||||
(map-key "CTRL-s" editor-find)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user