interacting with databases in vim
Dadbod is a Vim plugin for interacting with databases. It’s a more modern take on dbext.vim, improving on it on the following ways: Connections are specified with a single URL, rather …
Dadbod is a Vim plugin for interacting with databases. It’s a more modern take on dbext.vim, improving on it on the following ways: Connections are specified with a single URL, rather …
Numi is a handy calculator app for macOS. It allows to describe tasks the natural way and instantly get an accurate answer. For example, $20 in euro – 5% discount or today + 2 …
Using Vim’s expression register, you can do some basic math. Here’s how it works: 1. In Insert mode, hit Ctrl-r and then hit = 2. In a new prompt, starting with = type your operation, …