diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-11 14:41:51 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-11 14:41:51 +0200 |
| commit | 0c6197e6d6b95cd38fc7aba64a1ab2d379b73e9b (patch) | |
| tree | 56ebe3d927ce5c916984494a5d007386bdeb43b7 /src/editor.py | |
| parent | todo with how to store undo history (diff) | |
| download | pytagomacs-0c6197e6d6b95cd38fc7aba64a1ab2d379b73e9b.tar.gz pytagomacs-0c6197e6d6b95cd38fc7aba64a1ab2d379b73e9b.tar.bz2 pytagomacs-0c6197e6d6b95cd38fc7aba64a1ab2d379b73e9b.tar.xz | |
add todo on S-<left> and S-<right>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/editor.py')
| -rw-r--r-- | src/editor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor.py b/src/editor.py index b911306..552a5b4 100644 --- a/src/editor.py +++ b/src/editor.py @@ -69,6 +69,7 @@ class Jump(): ## TODO additional key combinations C-<left>/M-b=prev-word C-<right>/M-a=next-word C-<up>=page-up C-<down>=page-down +## S-<left>=set-mark+left S-<right>=set-mark+right ## TODO colours should be configurable with rc file ## TODO ring limits should be configurable with rc file ## TODO widthless characters should be ignored when calculating the size a text |
