about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-02 19:31:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-02 19:31:44 -0700
commit6f13d68bfa47accf1396bf736135c23d8f3067e5 (patch)
tree908966d282c09967c857f85f9f8434844bb46215
parent4d6b5173e744173074e191976eb872349a661cd0 (diff)
downloadmu-6f13d68bfa47accf1396bf736135c23d8f3067e5.tar.gz
2133
-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 [