aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/editor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.py b/src/editor.py
index f2fc1cc..b0453cd 100644
--- a/src/editor.py
+++ b/src/editor.py
@@ -63,7 +63,7 @@ class Jump():
print(self.string, end = '')
-
+## TODO additional key combinations C-<left>/M-b=prev-word C-<right>/M-a=next-word C-<up>=page-up C-<down>=page-down
class TextArea():
'''
GNU Emacs alike text area