diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-12 00:31:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-12 00:31:12 +0530 |
| commit | 7ce10257856a255770c856538b4079e2b4f82bb6 (patch) | |
| tree | 3da32a1f40a0a978f56f398a00393f09aa6ef9be /notes.org | |
| parent | 5d216ac19a99ebb6bc0506a5745e6c3dc1dffe5e (diff) | |
| download | daffm-7ce10257856a255770c856538b4079e2b4f82bb6.tar.gz daffm-7ce10257856a255770c856538b4079e2b4f82bb6.zip | |
Fix path loading in state
Diffstat (limited to '')
| -rw-r--r-- | notes.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,8 +6,11 @@ - [X] handle permissions errors - [X] Show error messages (invalid commands/shell errors) - [X] fix issue with pathExists check for ~ expansion +- [ ] add substitution for first directory - [ ] add substution for last directory (or automark on cd) +- [ ] add previous directory substitution `%-` + `-` key to jump to last cd - [ ] allow escaping % in commands +- [ ] reload directory after opener - [ ] escape % in file paths while substituting - [ ] allow updating selection list (:selection-add, :selection-delete) - [ ] cmdline history |
