nix/home/program/bash/module/Vi.sh

5 lines
52 B
Bash

# Neovim shortcut.
function v() {
nvim -- "${@}"
}