aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-05 23:45:55 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-06 00:47:02 +0530
commitbbde1438e9c31cc83d8c4835ea97a0eaeae4e192 (patch)
tree88840b73176dee8bd7da70c36f19a32bafdd5d6c /TODO.org
parentb77a6444f94ce8d05962af9039c31851e224be5c (diff)
downloadnull-browser-bbde1438e9c31cc83d8c4835ea97a0eaeae4e192.tar.gz
null-browser-bbde1438e9c31cc83d8c4835ea97a0eaeae4e192.zip
Close window when no tabs left
Diffstat (limited to '')
-rw-r--r--TODO.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index acf710e..5c72e73 100644
--- a/TODO.org
+++ b/TODO.org
@@ -18,7 +18,8 @@
- [X] Url changed event
- [X] History storage
- [X] History completion
-- [ ] Close window if last tab closed
+- [X] Close window if last tab closed
+- [ ] Configuration lua api
- [ ] Switch to __internals
- [ ] Tests for api
- [ ] Log stdout, errors and results from lua somewhere
@@ -88,4 +89,5 @@ web.history.back(1, { win = 1 }) -- Back for current tab in win 1
web.keymap.set('n', '<c-r>', ..., { tab = 1 }) -- Set keymap for tab 1
web.keymap.set('n', '<c-r>', ..., { win = 1 }) -- Set keymap for win 1
+web.opt.new_tab_url = 'https://duckduckgo.com'
#+end_src