eddy-text-editor

所属分类:编辑器/阅读器
开发工具:Erlang
文件大小:0KB
下载次数:0
上传日期:2023-09-18 13:19:48
上 传 者sh-1993
说明:  涡流文本编辑器,,
(eddy text editor,,)

文件列表:
LICENSE (10783, 2023-10-11)
eddy (215, 2023-10-11)
rebar.config (389, 2023-10-11)
src/ (0, 2023-10-11)
src/eddy.app.src (253, 2023-10-11)
src/eddy.erl (309, 2023-10-11)
src/eddy_edit_event.erl (384, 2023-10-11)
src/eddy_keystroke.erl (2909, 2023-10-11)
src/eddy_state_machine.erl (4917, 2023-10-11)
src/eddy_t9_translator.erl (6227, 2023-10-11)
src/eddy_terminal_ui.erl (3520, 2023-10-11)
words.txt (660107, 2023-10-11)

## Introduction A modal text editor (like vi) with built-in T9 input method. You need only 3 fingers to write programs! (Still under developing...) ## T9 Input Method ``` >>> ABC DEF GHI JKL MNO PQRS TUV WXYZ >>> : next option ``` ## Movement ``` << ^ >> < v > <<< F >>> B << : move one word left >> : move one word right <<< : move to the start of the line >>> : move to the end of the line F : forward page B : backward page ``` ## Map tables MAP 1 ``` 1 2 3 4 5 6 7 8 9 0 ``` MAP 2 ``` [ " ] ( ' ) { . } , ``` MAP 3 ``` \ | / < = > ? # : ; ``` MAP 4 ``` + * - @ % & ! ~ ^ _ ``` MAP 5 ``` $ ` ``` ## Commands In command mode (just like normal mode in vi), keystrokes are connected to commands. e.g. ``` 77 => cut 78 => copy 79 => paste 44 => save 55 => quit 45 => save_and_quit ``` ## Dependencies Use a proxy to download dependencies: ```sh http_proxy=socks5://127.0.0.1:1089 rebar3 compile ```

近期下载者

相关文件


收藏者