Introducing SQEEL: A Fast, Vim-Native SQL Client in Rust
published:
SQEEL is a blazing-fast SQL client written in Rust — vim bindings first, no Electron, no JVM. Terminal UI and native GUI, MySQL/Postgres/SQLite support, and LSP-powered completions.
published:
SQEEL is a blazing-fast SQL client written in Rust — vim bindings first, no Electron, no JVM. Terminal UI and native GUI, MySQL/Postgres/SQLite support, and LSP-powered completions.
published:
For young learners! Learn how to install Vim, your powerful text editor, on your Arch Linux computer using the terminal.
published:
For young learners! Learn how to install Vim on your Windows computer by first setting up Ubuntu using Windows Subsystem for Linux (WSL), then installing Vim within that Linux environment.
published:
For young learners! Learn how to install Vim, your powerful text editor, on your macOS computer using Homebrew.
published:
For young learners! Master the fundamental movements in Vim (h, j, k, l) to navigate your code quickly and efficiently.
published:
For young learners! Learn how to switch to insert mode in Vim (i, a, o) to start writing and changing your code.
published:
For young learners! Learn the essential commands to save your changes (`:w`) and exit Vim (`:q`, `:wq`, `:q!`).