nvim: Add vs shell alias to start vim stratchpad
This commit is contained in:
parent
4779617b2b
commit
a94b1ccbb2
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@ if exist nvim; then
|
|||
# open notes with my vim zettelkasten plugin
|
||||
# TODO better implementation conditional on zk & zettelkasten existing
|
||||
alias vn='nvim +"lua require \"zk.commands\".get(\"ZkCd\")()" +"edit ~/documents/notes/index.md"'
|
||||
alias vs='nvim +"lua require \"personal.scratchpad\".create()"'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue