nix/module/common/bash/module/Vi.sh
2024-03-04 03:04:57 +03:00

5 lines
52 B
Bash

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