5 lines
52 B
Bash
5 lines
52 B
Bash
|
# Neovim shortcut.
|
||
|
function v() {
|
||
|
nvim -- "${@}"
|
||
|
}
|