diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-05 23:45:55 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-06 00:47:02 +0530 |
| commit | bbde1438e9c31cc83d8c4835ea97a0eaeae4e192 (patch) | |
| tree | 88840b73176dee8bd7da70c36f19a32bafdd5d6c /TODO.org | |
| parent | b77a6444f94ce8d05962af9039c31851e224be5c (diff) | |
| download | null-browser-bbde1438e9c31cc83d8c4835ea97a0eaeae4e192.tar.gz null-browser-bbde1438e9c31cc83d8c4835ea97a0eaeae4e192.zip | |
Close window when no tabs left
Diffstat (limited to '')
| -rw-r--r-- | TODO.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
