diff options
author | qkzk <qu3nt1n@gmail.com> | 2022-09-26 08:56:27 +0200 |
---|---|---|
committer | quentin konieczko <konieczko@gmail.com> | 2022-09-28 09:11:00 +0200 |
commit | 0b902b87584da64f5b4cf8bb0388f41323eb9f16 (patch) | |
tree | cc28b9525987ee6117d24e4a460fe447c01c1d26 | |
parent | 33ac707b7b5b2688876056d5700c4bbe89435c5d (diff) |
readme and config description
-rw-r--r-- | config.yaml | 2 | ||||
-rw-r--r-- | readme.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index 1abe1227..51566614 100644 --- a/config.yaml +++ b/config.yaml @@ -14,6 +14,8 @@ colors: symlink: magenta keybindings: # only ASCII char keys are allowed + # ASCII letters must be lowercase + # non ASCII letters char must be in single quotes like this '*' toggle_hidden: a copy_paste: c cut_paste: p @@ -41,6 +41,7 @@ - [x] dirsymbol for sockets and whatever - [x] refactor FileInfo, use an enum - [x] '\*' flag all +- [x] v reverse flags ## TODO @@ -49,7 +50,6 @@ - [ ] nvim plugin - https://github.com/KillTheMule/nvim-rs/blob/master/examples/basic.rs - https://neovim.io/doc/user/api.html -- [ ] v reverse flags - [ ] regex - [ ] search - [ ] mark multiple files |