Skip to content

Commit

Permalink
db queries
Browse files Browse the repository at this point in the history
  • Loading branch information
achristmascarl committed Jun 4, 2024
1 parent a307b0d commit 10b090c
Show file tree
Hide file tree
Showing 9 changed files with 829 additions and 24 deletions.
4 changes: 1 addition & 3 deletions .config/config.json5
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"keybindings": {
"Menu": {
"<q>": "Quit", // Quit the application
"<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-c>": "Quit",
"<Alt-1>": "FocusMenu",
"<Alt-2>": "FocusIDE",
"<Alt-3>": "FocusData"
Expand All @@ -14,7 +13,6 @@
"<Alt-3>": "FocusData"
},
"Data": {
"<q>": "Quit",
"<Ctrl-c>": "Quit",
"<Alt-1>": "FocusMenu",
"<Alt-2>": "FocusIDE",
Expand Down
Loading

0 comments on commit 10b090c

Please sign in to comment.