tmp buffer & fix notes

Former-commit-id: 6391904287
This commit is contained in:
Hadi
2025-04-24 10:17:55 +02:00
parent 30c4099b64
commit d1eb1353f5

View File

@@ -104,8 +104,9 @@ in {
wireguard-import = "nmcli connection import type wireguard file"; wireguard-import = "nmcli connection import type wireguard file";
notes = notes =
"nvim ~/nextcloud/notes/index.md --cmd 'cd ~/nextcloud/notes' -c ':Telescope find_files'"; "nvim ~/nextcloud/notes/index.md --cmd 'cd ~/nextcloud/notes' -c ':lua Snacks.picker.smart()'";
note = "notes"; note = "notes";
tmp = "nvim /tmp/$(date | sed 's/ //g;s/\\.//g').md";
nix-shell = "nix-shell --command zsh"; nix-shell = "nix-shell --command zsh";