Jonathan Strickland
Jonathan Strickland
I'm interested in this project as a longtime zsh user. I've noticed a lot of different "vi-mode" plugins over the years, and have used several: * https://github.com/sharat87/zsh-vim-mode/blob/master/zsh-vim-mode.plugin.zsh * https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/vi-mode/vi-mode.plugin.zsh *...
I was reading through the manual and came upon this in section 4.1: > NOTE: The goal is for Cranko to recognize all sorts of projects, but currently it only...
I have a very simple Terraform configuration creating just one `cloudamqp_instance`: ```bash $ terraform state show cloudamqp_instance.rabbitmq ``` ```hcl # cloudamqp_instance.rabbitmq: resource "cloudamqp_instance" "rabbitmq" { apikey = (sensitive value) backend...