about summary refs log tree commit diff
path: root/TODO.txt
blob: 2a6557d86fe1dd476a9faf1e87bdb366ad9c71c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Key bindings and focus on line-based editing
	* readline-like keybindings like ctrl-a, ctrl-e, ctrl-w, …
	* terminal-global editing history?
* Support for **some** ANSI escape sequences
	* Colors
	* Bracketed paste mode
* Pager replacement
	* Plan 9 inspired scrolling support (autoscroll, …)
	* Dialog to find text in current buffer
* In-place editing inspired by 9term
* Handle termination of shell correctly
* Handling of stty(1) specific key bindings such as ctrl-h, ctrl-j, …
* Background Color, Foreground Color, … configuration via argparse
* 9term-like file name completions using ctrl+f