diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-22 23:57:25 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-22 23:57:25 +0200 |
commit | db5bc4eacc3f8283b9de42df688dc12149358d96 (patch) | |
tree | edab40058dca3a60cb3f9de9d46eaa81189f64df /fnl/plugins/editor/dadbod.fnl | |
parent | deec93dea6cce47348e61d80cd504d09441dc79e (diff) |
Fix dadbod and worktree keys
Diffstat (limited to 'fnl/plugins/editor/dadbod.fnl')
-rw-r--r-- | fnl/plugins/editor/dadbod.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/editor/dadbod.fnl b/fnl/plugins/editor/dadbod.fnl index cc6fa64..016b9ce 100644 --- a/fnl/plugins/editor/dadbod.fnl +++ b/fnl/plugins/editor/dadbod.fnl @@ -1,10 +1,10 @@ ;; Plugins for interacting with databases. -(local keys [{1 :<leader>wn +(local keys [{1 :<leader>dn 2 :<cmd>DBUIToggle<cr> :mode :n :desc "Toggle Dadbod UI"} - {1 :<leader>we + {1 :<leader>de 2 :<cmd>DBUIAddConnection<cr> :mode :n :desc "Add DB connection"}]) |