home ~ projects ~ socials

Command Line: Neovim Shortcut - nv

function nv () {
  nvim $1
}

Notes

  • This is the function I use to launch Neovim from the command line
  • It lets me point to different versions of Neovim easily while working with the nightly builds
  • One optional argument can be passed to open a specific file, but I rarely do that. Instead I usually just open in the directory I want to work in
-- end of line --