From d1b57c1d68fa60a4a67c208f29b739ef0f20d5c5 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 3 Dec 2024 17:33:13 +0800 Subject: Update --- bin/log/shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/log') diff --git a/bin/log/shellrc b/bin/log/shellrc index a39e291..b3c95fc 100644 --- a/bin/log/shellrc +++ b/bin/log/shellrc @@ -1,7 +1,7 @@ # about vimwiki alias cdl='cd ~/log' alias chw='tig -C ~/log' -ww() { entry="${1:-plan.context}"; vim ~/log/${entry%%.md}.md; } +ww() { entry="${1:-inbox}"; vim ~/log/${entry%%.md}.md; } wj() { echo "$@" >>~/log/buffer.md; } wg() { grep -r "$@" --color --exclude-dir={logseq,.git,.obsidian} ~/log; } wi() { cat ~/log/${1%%.md}.md; } -- cgit v1.2.3-70-g09d2