Tags: danvergara/dblab
Tags
Vim inspired query editor (#303) * rename the keybindings variable * add keys to the config for the editor * add key handling to the editor * add key bindings to the config files * add more key bindings to the editor * update the readme file to remove the old tcell reference * deprecate the original execute query key binding * update the readme file based on the new key bindings * update the website documentation * add dump files * remove obvious comments * remove another obvious comment
feat: add keybindings to navigate all the way to end or the beginning… ( #300) * feat: add keybindings to navigate all the way to end or the beginning of the current line on the viewport * docs: add the $ and 0 keybinginds to the dos * docs: add key bindings to the docs * fix fig tags * add test to validate new key bindings
fix: fix table cell size and other ui fixes (#297) * fix table cell size by storing the max width from rows * remove redundant conditional * change focus to the resulset view after successful queries * fix footer height calculation * fix node id collision by providing a guaranteed-unique id * add node id formatting * set the first database as the default one in the graph
PreviousNext