diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 22:21:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-08 13:07:40 +0530 |
| commit | 424d65e53b99c65f07f36578e3d0975c4d093c0e (patch) | |
| tree | 8e6f9939a37632d51888010bad56011be191057c /notes.org | |
| parent | abcbb255e8dd5f624ba5173783cf665522b527df (diff) | |
| download | daffm-424d65e53b99c65f07f36578e3d0975c4d093c0e.tar.gz daffm-424d65e53b99c65f07f36578e3d0975c4d093c0e.zip | |
Add extend config property to extend configs + move defaults
Diffstat (limited to 'notes.org')
| -rw-r--r-- | notes.org | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -25,20 +25,20 @@ - [X] Fix cmd substitution for all command args - [X] Command: command-shell special variant of shell that evaluates output as commands - [X] Given file name, open dir of file with cursor on file +- [X] Config extend (extend = true will extend config.toml) +- [ ] Finish nvim integration +- [ ] Command: search, search-next, search-prev - [ ] Store last directory path (for auto cd in shell) - [ ] Store selections path (for copy/move/paste across instances) -- [ ] Command: search, search-next, search-prev ** Right after -- [ ] Cmdline history -- [ ] Command: pipe (think about this) (pipe selection file names/file contents) +- [ ] cmdline tab completion - [ ] Allow escaping % in commands -- [ ] Rethink % substituions - [ ] theme from config +- [ ] Cmdline history +- [ ] Rethink % substituions - [ ] cd into dir symlinks -- [ ] Fix keymap evaluation? (If vd is bound, it doesnt evaluate a v binding) -- [ ] Config extend (extend = true will extend config.toml) ** Later -- [ ] cmdline tab completion +- [ ] Fix keymap evaluation? (If vd is bound, it doesnt evaluate a v binding) - [ ] Allow escaping % in commands - [ ] watch for changes - [ ] bind command: define keybindings |
