Files
2026-07-13 19:25:14 -07:00

6 lines
70 B
Bash
Executable File

#!/bin/bash
selected=$(fzf)
[ -n "$selected" ] && nvim "$selected"