From f09f1aa704f06472ec134b40e2f69bf3279c3f06 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 22 Mar 2025 00:51:46 +0530 Subject: Add web.keymap.set + test keymaps config.lua --- TODO.org | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'TODO.org') diff --git a/TODO.org b/TODO.org index b282cc7..a8db97a 100644 --- a/TODO.org +++ b/TODO.org @@ -1,12 +1,16 @@ ** Current - [X] Process spawning lua (+ stdio) -- [ ] Keybindings (lua api) +- [X] Keybindings (lua api) +- [ ] example: trigger dmenu for simple selection +- [ ] Config loading and runtime path - [ ] Tab history navigation -- [ ] Press tab for fill highlighted item in completion +- [ ] Tab next/prev +- [ ] Get tab list api - [ ] Assign ID to each tab (reference in lua api) -- [ ] Multi-window +- [ ] Tab select by id +- [X] event loop for async work - [ ] Fix segfault on quit -- [ ] event loop for async work +- [ ] Multi-window ** Next - [ ] Modal keys @@ -17,6 +21,7 @@ - [ ] Bookmarking ** Later +- [ ] Support multiple modes for keymap.set: `web.keymap.set({'n','i'}, ...)` - [ ] Search aliasing (lua api) - [ ] downloading - [ ] Search text in page -- cgit v1.3.1