inside
inside
Hi, Is it possible to trigger the prepare-commit-msg hook using this configuration in package.json? ``` "config": { "pre-git": { "prepare-commit-msg": [ "path/to/prepare-commit-msg" ] } } ``` Best,
Hello, If I use for example: - /function/e => will set the cursor's position to the end of the matched pattern - /function/s+2 => will set the cursor's position 2...
Hi, I'm running hyper `2.1.0-canary.1-2968` with the latest hyper-markdown-previewon on Ubuntu with zsh. The error I'm having is: ``` % README.md % echo $? 127 ``` The 127 exit code...