about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--edit.mu4
1 files changed, 4 insertions, 0 deletions
diff --git a/edit.mu b/edit.mu
index 8a99a12c..c210f4a1 100644
--- a/edit.mu
+++ b/edit.mu
@@ -2201,6 +2201,8 @@ d]
   check-trace-count-for-label 2, [print-character]
 ]
 
+# todo: ctrl-right: next word-end
+
 # left arrow
 
 scenario editor-moves-cursor-left-with-key [
@@ -2384,6 +2386,8 @@ scenario editor-moves-across-screen-lines-across-wrap-with-left-arrow [
   check-trace-count-for-label 0, [print-character]
 ]
 
+# todo: ctrl-left: previous word-start
+
 # up arrow
 
 scenario editor-moves-to-previous-line-with-up-arrow [