diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-22 00:51:46 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-22 00:51:50 +0530 |
| commit | f09f1aa704f06472ec134b40e2f69bf3279c3f06 (patch) | |
| tree | f292716c90d16ade8d31b2b2d70da8481d1e8294 /TODO.org | |
| parent | 498135054a168bd839f2ee8ebb1ba245d72a8f3b (diff) | |
| download | null-browser-f09f1aa704f06472ec134b40e2f69bf3279c3f06.tar.gz null-browser-f09f1aa704f06472ec134b40e2f69bf3279c3f06.zip | |
Add web.keymap.set + test keymaps config.lua
Diffstat (limited to 'TODO.org')
| -rw-r--r-- | TODO.org | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 |
