summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/dadbod.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-22 23:57:25 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-22 23:57:25 +0200
commitdb5bc4eacc3f8283b9de42df688dc12149358d96 (patch)
treeedab40058dca3a60cb3f9de9d46eaa81189f64df /fnl/plugins/editor/dadbod.fnl
parentdeec93dea6cce47348e61d80cd504d09441dc79e (diff)
Fix dadbod and worktree keys
Diffstat (limited to 'fnl/plugins/editor/dadbod.fnl')
-rw-r--r--fnl/plugins/editor/dadbod.fnl4
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"}])