Add layout and note plugins
This commit is contained in:
8
notes/notes.plugin.zsh
Normal file
8
notes/notes.plugin.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
# TODO: Support opening multiple notes in buffers or tabs
|
||||
note() {
|
||||
if [[ "$1" == "" ]]; then
|
||||
echo "usage: note \"<title>\""
|
||||
else
|
||||
vim -c "Note $1"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user