1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-23 17:38:32 +02:00
Commit Graph

1 Commits

Author SHA1 Message Date
bretello
fbc6934f8f
functions: add vimscratch
use `vimscratch` to open a scratch vim buffer.

If run in a pipe, it uses `stdin` as input:

```bash
<command> | vimscratch
```
2023-08-23 13:52:35 +02:00