aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-05 23:32:17 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-08 13:08:32 +0530
commit41d8a90746cd97d1dcb8228c1e9a0846ba9d9b6a (patch)
tree942f95367163ad967323ba41f8a400b654e99688 /notes.org
parent424d65e53b99c65f07f36578e3d0975c4d093c0e (diff)
downloaddaffm-41d8a90746cd97d1dcb8228c1e9a0846ba9d9b6a.tar.gz
daffm-41d8a90746cd97d1dcb8228c1e9a0846ba9d9b6a.zip
Add search command
Diffstat (limited to '')
-rw-r--r--notes.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/notes.org b/notes.org
index d25d8b5..6638da2 100644
--- a/notes.org
+++ b/notes.org
@@ -26,17 +26,18 @@
- [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
+- [X] Finish nvim integration
+- [X] 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: bind
+- [ ] cd into dir symlinks
** Right after
- [ ] cmdline tab completion
- [ ] Allow escaping % in commands
- [ ] theme from config
- [ ] Cmdline history
- [ ] Rethink % substituions
-- [ ] cd into dir symlinks
** Later
- [ ] Fix keymap evaluation? (If vd is bound, it doesnt evaluate a v binding)
- [ ] Allow escaping % in commands