dotfiles/zsh/_rgv_edit.sh
2024-01-07 00:43:43 +00:00

5 lines
103 B
Bash
Executable File

#!/bin/bash
file=$(echo $1 | cut -d':' -f 1)
line=$(echo $1 | cut -d':' -f 2)
nvim "$file" "+${line}j"