aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-11 12:39:46 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-11 12:39:46 +0200
commit1462657b6000d6e192553e9093e397fa4edc2d72 (patch)
tree91cec16159e48c1882021d3031b11a8c60a89756
parentsaver must return whether the save was successful or not (diff)
downloadpytagomacs-1462657b6000d6e192553e9093e397fa4edc2d72.tar.gz
pytagomacs-1462657b6000d6e192553e9093e397fa4edc2d72.tar.bz2
pytagomacs-1462657b6000d6e192553e9093e397fa4edc2d72.tar.xz
add todo on additional key combinations
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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