Updated TODOs. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit f58ed464b4275da4ca001095dc7e46b6e6c3558a | |
parent e6f50b4e753b7186351eeec6fe04c21817001778 | |
Author: Rob King <[email protected]> | |
Date: Mon, 15 Aug 2016 00:26:19 -0500 | |
Updated TODOs. | |
Diffstat: | |
README.rst | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -135,6 +135,7 @@ Primary Goals | |
- Support fuzzy matching in the `b` command (DONE) | |
- Raise the window when opening a new file (DONE) | |
- Support a configurable set of keybindings (i.e. rework the keyboard layer) (… | |
+- Support multiple background colors at once (DONE) | |
- Support the following commands for keybindings | |
- escape (DONE) | |
- scrollup / scrolldown (DONE) | |
@@ -160,7 +161,6 @@ Primary Goals | |
- Allow runtime configuration of key bindings (TODO) | |
- Support a configurable set of mouse chords (TODO) | |
- Support runtime configuration of mouse chords (TODO) | |
-- Support multiple background colors at once (TODO) | |
- Support mouse button reassignment (TODO) | |
- Support runtime mouse button reassignment (TODO) | |
- Remove non-*nix OS support (Plan 9 has their own sam) (TODO) |