diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-19 18:43:32 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-19 18:44:07 +0530 |
| commit | a9d767b209c503ac7b5dff5132aa213d47dcb608 (patch) | |
| tree | 6b5625c546ca24fd40e8d6f8306cc7b60713e4cc /config.lua | |
| parent | 0e95e99e72237058465959d55b77750a9d7c1bef (diff) | |
| download | null-browser-a9d767b209c503ac7b5dff5132aa213d47dcb608.tar.gz null-browser-a9d767b209c503ac7b5dff5132aa213d47dcb608.zip | |
Add web.view.open_devtools for opening devtools
Diffstat (limited to '')
| -rw-r--r-- | config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -147,4 +147,6 @@ web.keymap.set('n', 'tp', function() web.views.select(views[index].id) end) +web.keymap.set('n', '<c-i>', function() web.view.open_devtools() end) + print('ending...') |
