Skip to content

Instantly share code, notes, and snippets.

@mhinz
Created December 30, 2016 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhinz/33fceba7245bda05cd0804439e70dc8a to your computer and use it in GitHub Desktop.
Save mhinz/33fceba7245bda05cd0804439e70dc8a to your computer and use it in GitHub Desktop.
$ nvim -u NORC
:cd
:edit ~/.config/somefile.txt
" absolute path
:echo @%
:cd .config
:cd -
" relative path
:echo @%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment