diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-03 11:05:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-03 11:05:17 +0530 |
| commit | 2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba (patch) | |
| tree | f00b8e584e42b4273ae5b75ec04efbf6585dafd1 /notes.org | |
| parent | c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c (diff) | |
| download | daffm-2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba.tar.gz daffm-2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba.zip | |
Preserve list position while navigating through directories
Diffstat (limited to '')
| -rw-r--r-- | notes.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,16 +1,18 @@ ** Current -- [ ] Show file permissions -- [ ] Preserve cursor position per dir while navigating +- [X] Preserve cursor position per dir while navigating - [ ] Cmdline must be single line - [ ] Commands - [ ] Run shell command - [ ] Command substitutions (%:filehighlighted %d:cwd %s:selections) +- [ ] Show file permissions ** Later - [ ] handle on open (for external integrations) - [ ] Cmdline history - [ ] bind command: define keybindings +- [ ] select multiple files - [ ] copy/paste across instances - user-land solution (write selections to file and read from second instance) - socket - [ ] support multikey bindings? - [ ] configuration file (toml?) +- [ ] watch for changes |
